game_sync/build.bat

7 lines
67 B
Batchfile

@echo off
call shell/build.bat
if %errorcode% neq 0 (
pause
)