game_sync/build_linux.bat

12 lines
119 B
Batchfile

set CGO_ENABLED=0
set GOOS=linux
set GOARCH=amd64
@echo off
call shell/build.bat
if %errorcode% neq 0 (
pause
)