CheatMenuSA/tools/ReleaseIII.bat
2022-07-18 04:07:30 +06:00

10 lines
432 B
Batchfile

@echo off
echo --------------------------------------------------
echo Building ReleaseIII
echo --------------------------------------------------
echo[
call "tools\Setup.bat"
MsBuild CheatMenu.sln /property:Configuration=Release /t:CheatMenuIII
del %III_DIR%"\CheatMenuIII.asi" /Q
xcopy /s "bin\CheatMenuIII.asi" %III_DIR% /K /D /H /Y
xcopy /s "..\resource\common\locale\English.toml" %III_DIR%"\CheatMenuIII\locale\" /K /D /H /Y