File: win-deploy.bat

package info (click to toggle)
packetsender 8.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,532 kB
  • sloc: cpp: 12,123; sh: 80; xml: 75; php: 47; makefile: 13
file content (15 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
echo Building Installers
set /p BUILD_VERSION=<buildversion.txt
set "BUILD_VERSION=%BUILD_VERSION: =%"
cd C:\Users\danie\github\naglecode-installers\packetsenderinstaller\installer
D:
move *.* ../archive
cd ..

"C:\Program Files\7-Zip\7z.exe" a PacketSenderPortable_v%BUILD_VERSION%.zip PacketSenderPortable
move PacketSenderPortable_v%BUILD_VERSION%.zip installer
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" packetsender64bit.iss
cd installer
copy /Y C:\Users\danie\Desktop\code_sign_exe_com.bat .
call code_sign_exe_com.bat
del code_sign_exe_com.bat