mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-04 06:21:14 +00:00
fix: 启动脚本 (#1236)
This commit is contained in:
parent
da81875f8b
commit
8101c02ca8
3
run.bat
3
run.bat
@ -3,5 +3,6 @@ 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
|
||||
go generate main.go
|
||||
go run -ldflags "-s -w -checklinkname=0" main.go
|
||||
pause
|
||||
|
||||
Loading…
Reference in New Issue
Block a user