mirror of https://gitlab.com/basile.b/dexed.git
12 lines
307 B
Batchfile
12 lines
307 B
Batchfile
set /p ver=<version.txt
|
|
set ver=%ver:~1%
|
|
cd win64
|
|
:: assuming 7zip binary folder is somewhere in PATH
|
|
7z a -tzip -mx9^
|
|
..\output\dexed.%ver%.win64.zip^
|
|
dcd.license.txt dexed.license.txt^
|
|
dexed.exe dexed-d.dll^
|
|
dexed.ico dexed.png^
|
|
dcd-server.exe dcd-client.exe dscanner.exe^
|
|
libeay32.dll ssleay32.dll
|