From 456426f7bf30faa6d6cde911ea08446ee7f78b9c Mon Sep 17 00:00:00 2001 From: freedom Date: Wed, 9 Aug 2023 19:20:31 -0600 Subject: [PATCH] delete all build files after compressing them to ensure fresh builds --- batchcmp.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/batchcmp.bat b/batchcmp.bat index 2df5cf1..06aecb5 100644 --- a/batchcmp.bat +++ b/batchcmp.bat @@ -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 \ No newline at end of file