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:48:35 +0300
committerDimitrij <kvarkas@gmail.com>2022-01-22 02:48:35 +0300
commitb3e735c5392ad2f802b627ba77c0ea5cc6d62cb5 (patch)
tree557a2b9a69dad95bcaf0c086d569534c34a8347b
parent23da1a88e395145f1532482b963d2de56ebea576 (diff)
-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