🔖 1.3.3-beta3

This commit is contained in:
源文雨 2022-04-14 17:11:00 +08:00
parent 00c909271b
commit 9e7e7159e8
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ 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
go run main.go main_win.go config.go
pause

2
run.sh
View File

@ -3,4 +3,4 @@ go env -w GOPROXY=https://goproxy.cn,direct
go env -w GO111MODULE=auto
go mod tidy
#go build -ldflags="-s -w" -o ZeroBot-Plugin
go run main.go
go run main.go config.go