CheatMenuSA/tools/ReleaseSA.bat

9 lines
319 B
Batchfile
Raw 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
2021-12-28 01:32:29 -05:00
%systemroot%\System32\xcopy /s "bin\CheatMenuSA.asi" %SA_DIR% /K /D /H /Y