delete all build files after compressing them to ensure fresh builds

This commit is contained in:
freedom
2023-08-09 19:20:31 -06:00
parent c1f6cc41ac
commit 456426f7bf

View File

@@ -1,3 +1,4 @@
7z a -r "%~dp0bin\bin.7z" "%~dp0bin\*.exe"
WinRAR a -r "%~dp0bin\bin.rar" "%~dp0bin\*.exe"
del /s "%~dp0bin\*.exe"
pause