ein paar Build Modifications für Windows/AMD64 Build angepasst

This commit is contained in:
Sven Schmalle 2019-12-20 12:53:59 +01:00
parent bd2e82b649
commit 3be67ae665

View File

@ -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