delete all build files after compressing them to ensure fresh builds
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
7z a -r "%~dp0bin\bin.7z" "%~dp0bin\*.exe"
|
7z a -r "%~dp0bin\bin.7z" "%~dp0bin\*.exe"
|
||||||
WinRAR a -r "%~dp0bin\bin.rar" "%~dp0bin\*.exe"
|
WinRAR a -r "%~dp0bin\bin.rar" "%~dp0bin\*.exe"
|
||||||
|
del /s "%~dp0bin\*.exe"
|
||||||
pause
|
pause
|
||||||
Reference in New Issue
Block a user