From 9614d2061df27e40cb3916aad2f5992fc8ff716f Mon Sep 17 00:00:00 2001 From: vadym Date: Wed, 7 Dec 2022 19:41:16 +0200 Subject: [PATCH] fixed windowsgui flag RIVM-11 --- contrib/msi/build-msi-gui.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/contrib/msi/build-msi-gui.sh b/contrib/msi/build-msi-gui.sh index 1f3160a6..1ff27896 100644 --- a/contrib/msi/build-msi-gui.sh +++ b/contrib/msi/build-msi-gui.sh @@ -73,11 +73,6 @@ cp *.syso cmd/meshctl [ "${PKGARCH}" == "x86" ] && GOOS=windows GOARCH=386 CGO_ENABLED=1 CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ ./build [ "${PKGARCH}" == "arm" ] && GOOS=windows GOARCH=arm CGO_ENABLED=0 ./build -#[ "${PKGARCH}" == "x64" ] && GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ ./build -#[ "${PKGARCH}" == "x86" ] && GOOS=windows GOARCH=386 CGO_ENABLED=1 CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ ./build -#[ "${PKGARCH}" == "arm" ] && GOOS=windows GOARCH=arm CGO_ENABLED=0 ./build -#[ "${PKGARCH}" == "arm64" ] && GOOS=windows GOARCH=arm64 CGO_ENABLED=0 ./build - # Create the postinstall script cat > updateconfig.bat << EOF if not exist %ALLUSERSPROFILE%\\RiV-mesh (