CheatMenuSA/tools/ReleaseSA.bat

10 lines
424 B
Batchfile
Raw Permalink Normal View History

2021-07-21 13:31:02 -04:00
@echo off
2021-12-27 13:44:13 -05:00
echo --------------------------------------------------
echo Building ReleaseSA
echo --------------------------------------------------
echo[
call "tools\Setup.bat"
2021-08-01 21:41:48 -04:00
MsBuild CheatMenu.sln /property:Configuration=Release /t:CheatMenuSA
2022-01-22 03:26:50 -05:00
del %SA_DIR%"\CheatMenuSA.asi" /Q
2022-06-20 17:08:35 -04:00
xcopy /s "bin\CheatMenuSA.asi" %SA_DIR% /K /D /H /Y
2022-07-17 18:07:30 -04:00
xcopy /s "..\resource\common\locale\English.toml" %SA_DIR%"\CheatMenuSA\locale\" /K /D /H /Y