game_sync/build.bat

9 lines
94 B
Batchfile

go env -w GO111MODULE=off
@echo off
call shell/build.bat
if %errorcode% neq 0 (
pause
)