game_sync/build.bat

10 lines
104 B
Batchfile

go env -w GO111MODULE=off
@echo off
call shell/build.bat
echo "Wait all build task complete!"
pause