ZeroBot-Plugin/build.bat
2021-03-13 18:34:54 +08:00

4 lines
81 B
Batchfile

SET CGO_ENABLED=1
go build -ldflags="-s -w -extldflags '-static'" main.go
pause