game_sync/gen_proto2js.bat

7 lines
63 B
Batchfile

@echo off
cd tools/proto2js
go fmt
go build
proto2js.exe
pause