We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a6f9e commit 55fb033Copy full SHA for 55fb033
ci_cd/windows/win-deploy.bat
@@ -2,10 +2,8 @@ echo Building Installers
2
set /p BUILD_VERSION=<buildversion.txt
3
set "BUILD_VERSION=%BUILD_VERSION: =%"
4
cd C:\Users\danie\github\naglecode-installers\packetsenderinstaller\installer
5
-D:
6
move *.* ../archive
7
-cd ..
8
-
+cd C:\Users\danie\github\naglecode-installers\packetsenderinstaller\
9
"C:\Program Files\7-Zip\7z.exe" a PacketSenderPortable_v%BUILD_VERSION%.zip PacketSenderPortable
10
move PacketSenderPortable_v%BUILD_VERSION%.zip installer
11
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" packetsender64bit.iss
0 commit comments