mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
优化arch
This commit is contained in:
parent
611c275092
commit
0944fc7854
@ -1,6 +1,3 @@
|
|||||||
//go:build windows
|
|
||||||
// +build windows
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
2
run.bat
2
run.bat
@ -3,5 +3,5 @@ go env -w GOPROXY=https://goproxy.cn,direct
|
|||||||
go env -w GO111MODULE=auto
|
go env -w GO111MODULE=auto
|
||||||
go mod tidy
|
go mod tidy
|
||||||
::go build -ldflags="-s -w" -o ZeroBot-Plugin.exe
|
::go build -ldflags="-s -w" -o ZeroBot-Plugin.exe
|
||||||
go run main.go main_win.go
|
go run main.go main_windows.go
|
||||||
pause
|
pause
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user