add batch file for creating build release 7z and rars more easily

This commit is contained in:
freedom
2023-08-01 01:34:31 -06:00
parent f21116317e
commit 3e9c6623c2

3
batchcmp.bat Normal file
View File

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