Skip to content

Commit 456426f

Browse files
committed
delete all build files after compressing them to ensure fresh builds
1 parent c1f6cc4 commit 456426f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

batchcmp.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
7z a -r "%~dp0bin\bin.7z" "%~dp0bin\*.exe"
22
WinRAR a -r "%~dp0bin\bin.rar" "%~dp0bin\*.exe"
3+
del /s "%~dp0bin\*.exe"
34
pause

0 commit comments

Comments
 (0)