From 9e7e7159e86504ac9af6485e0e74fed0e5716902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 14 Apr 2022 17:11:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=201.3.3-beta3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.bat | 2 +- run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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