From f4bc43e7a56a00b675eb2a5c9d7b68719af058fd Mon Sep 17 00:00:00 2001 From: Kanri Date: Tue, 21 Dec 2021 09:35:59 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=E4=BF=AE=E6=94=B9=20windo?= =?UTF-8?q?ws=20=E6=97=A5=E5=BF=97=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.bat b/run.bat index 31420462..3c17203f 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 +go run main.go main_win.go pause