diff --git a/run.bat b/run.bat index 3c17203f..0317834c 100644 --- a/run.bat +++ b/run.bat @@ -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 diff --git a/run.sh b/run.sh index 39afee7e..11835cdc 100644 --- a/run.sh +++ b/run.sh @@ -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 \ No newline at end of file +go run main.go config.go \ No newline at end of file