From 84d8575cf943445fb28a0a0489a65f727f928e36 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 16 Jul 2019 16:57:00 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=9B=B4=E6=96=B0=20bnd2=20=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bnd2/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bnd2/build.bat b/bnd2/build.bat index 0d54753..46ea7a2 100644 --- a/bnd2/build.bat +++ b/bnd2/build.bat @@ -2,7 +2,7 @@ set GOPROXY=https://goproxy.io echo Building Kernel set GOOS=windows set GOARCH=amd64 -go build -v -o bnd2.exe -ldflags "-s -w -H=windowsgui" +go build -v -o electron/bnd2.exe -ldflags "-s -w -H=windowsgui" set GOOS=darwin set GOARCH=amd64 -- GitLab