ZeroBot-Plugin/run.bat
2022-09-06 19:31:01 +08:00

8 lines
177 B
Batchfile

go version
go env -w GOPROXY=https://goproxy.cn,direct
go env -w GO111MODULE=auto
go mod tidy
::go build -ldflags="-s -w" -o ZeroBot-Plugin.exe
go run main.go main_win.go
pause