modify bat to produce zip releases
This commit is contained in:
3
zipbuild.bat
Normal file
3
zipbuild.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
del /s "%~dp0\*.zip"
|
||||
7z a -r "%~dp0\bin.zip" "%~dp0bin\*.exe"
|
||||
pause
|
||||
Reference in New Issue
Block a user