From fdb46b621f4c72eb7bd45a23a7e7d124a5d37d23 Mon Sep 17 00:00:00 2001 From: Seeker4 Date: Fri, 31 May 2019 16:02:55 -0700 Subject: [PATCH] Remove legacy editing script as shift key when OSCAR launch will force software graphics engine. --- Building/Windows/deploy.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building/Windows/deploy.bat b/Building/Windows/deploy.bat index 654d86cd..86cf9bf9 100644 --- a/Building/Windows/deploy.bat +++ b/Building/Windows/deploy.bat @@ -44,7 +44,7 @@ echo shadowBuildDir is %shadowBuildDir% copy %toolDir%buildInstall.iss %shadowBuildDir% || exit 45 copy %toolDir%setup.ico %shadowBuildDir% || exit 46 -copy %toolDir%use*.reg %shadowBuildDir% || exit 47 +:::copy %toolDir%use*.reg %shadowBuildDir% || exit 47 ::: ::: If gawk.exe is in the PATH, use it. If not, add Git mingw tools (awk) to path. They cannot @@ -70,7 +70,7 @@ if exist %shadowBuildDir%\Release\*.* rmdir /s /q %shadowBuildDir%\Release mkdir %shadowBuildDir%\Release cd %shadowBuildDir%\Release copy %shadowBuildDir%\oscar.exe . || exit 71 -copy %shadowBuildDir%\use*.reg . || exit 72 +:::copy %shadowBuildDir%\use*.reg . || exit 72 ::: Now in Release subdirectory ::: If QT created a help directory, copy it. But it might not have if "helpless" option was set