modify bat to produce zip releases

This commit is contained in:
freedom
2023-08-16 03:18:32 -06:00
parent 6aaabd480a
commit 2972d54777
4 changed files with 4 additions and 16 deletions

3
zipbuild.bat Normal file
View File

@@ -0,0 +1,3 @@
del /s "%~dp0\*.zip"
7z a -r "%~dp0\bin.zip" "%~dp0bin\*.exe"
pause