From 3be67ae665046531edc426f2f2b6021761ef0fea Mon Sep 17 00:00:00 2001 From: Sven Schmalle Date: Fri, 20 Dec 2019 12:53:59 +0100 Subject: [PATCH] =?UTF-8?q?ein=20paar=20Build=20Modifications=20f=C3=BCr?= =?UTF-8?q?=20Windows/AMD64=20Build=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/BUILD.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/BUILD.bat b/build/BUILD.bat index 7afcf5b..7dea073 100644 --- a/build/BUILD.bat +++ b/build/BUILD.bat @@ -1,4 +1,5 @@ cd /d %~dp0 cd .. -go build -o gowiki.exe +go build -ldflags="-s -w" -o gowiki_amd64.exe +..\upx-3.95-win64\upx.exe -9 gowiki_amd64.exe pause \ No newline at end of file