mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
[fix]启动脚本
This commit is contained in:
parent
da81875f8b
commit
e50405cef5
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