Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--WINDOWS/make22.cmd7
1 files changed, 2 insertions, 5 deletions
diff --git a/WINDOWS/make22.cmd b/WINDOWS/make22.cmd
index 7fda0287..fa8cde9a 100644
--- a/WINDOWS/make22.cmd
+++ b/WINDOWS/make22.cmd
@@ -20,11 +20,8 @@ echo.
echo Building...
"%_VSPATHBASE%\SDK\ScopeCppSDK\vc15\VC\bin\nmake.exe" -f MAKEFILE.NG VER="/DNG_VER_MAJOR=0 /DNG_VER_MINOR=76 /DNG_VER_BUILD=0 /DNG_VER_REVISION=0"
echo.
-echo Set file version
-start /b "" "C:\projects\puttyng-publish\rcedit-x64.exe" %~dp0PuTTYNG.exe --set-file-version "0.76.0"
+echo Set version
+start /b "" "C:\projects\puttyng-publish\rcedit-x64.exe" %~dp0PuTTYNG.exe --set-file-version "0.76.0" --set-product-version "4 RemoteNG"
echo.
-echo Set Product version
-echo.
-start /b "" "C:\projects\puttyng-publish\rcedit-x64.exe" %~dp0PuTTYNG.exe --set-product-version "4 RemoteNG"
echo Finished
echo. \ No newline at end of file