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:
authorDimitrij <kvarkas@gmail.com>2022-01-22 02:39:17 +0300
committerDimitrij <kvarkas@gmail.com>2022-01-22 02:39:17 +0300
commit23da1a88e395145f1532482b963d2de56ebea576 (patch)
tree2e866a447ed84bb621e23645b24459e61af2e353
parent3047b7a049e57eb546f0e2b50f14e320d1d8cf1a (diff)
-rw-r--r--WINDOWS/make22.cmd6
1 files changed, 5 insertions, 1 deletions
diff --git a/WINDOWS/make22.cmd b/WINDOWS/make22.cmd
index 3b290719..7fda0287 100644
--- a/WINDOWS/make22.cmd
+++ b/WINDOWS/make22.cmd
@@ -20,7 +20,11 @@ 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.
-start /b "" "C:\projects\puttyng-publish\rcedit-x64.exe" %~dp0PuTTYNG.exe --set-file-version "0.76"
+echo Set file version
+start /b "" "C:\projects\puttyng-publish\rcedit-x64.exe" %~dp0PuTTYNG.exe --set-file-version "0.76.0"
+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