From c6ceac432b031aaf15646c51348400db0002e5d5 Mon Sep 17 00:00:00 2001 From: vadym Date: Thu, 25 Mar 2021 12:57:22 +0200 Subject: [PATCH] Revert "1. corrected MSI build script" This reverts commit 3d9184866ca1c7f0b023a7a5417c8e92478f9f97. --- contrib/msi/build-msi.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 contrib/msi/build-msi.sh diff --git a/contrib/msi/build-msi.sh b/contrib/msi/build-msi.sh old mode 100755 new mode 100644 index 776ad1ce..57d4e81d --- a/contrib/msi/build-msi.sh +++ b/contrib/msi/build-msi.sh @@ -27,9 +27,9 @@ then fi # Build Yggdrasil! -[ "${PKGARCH}" == "x64" ] && GOOS=windows GOARCH=amd64 CGO_ENABLED=0 ./build -[ "${PKGARCH}" == "x86" ] && GOOS=windows GOARCH=386 CGO_ENABLED=0 ./build -[ "${PKGARCH}" == "arm" ] && GOOS=windows GOARCH=arm CGO_ENABLED=0 ./build +[ "${PKGARCH}" == "x64" ] && GOOS=windows GOARCH=amd64 CGO_ENABLED=0 ./build -p -l "-aslr" +[ "${PKGARCH}" == "x86" ] && GOOS=windows GOARCH=386 CGO_ENABLED=0 ./build -p -l "-aslr" +[ "${PKGARCH}" == "arm" ] && GOOS=windows GOARCH=arm CGO_ENABLED=0 ./build -p -l "-aslr" #[ "${PKGARCH}" == "arm64" ] && GOOS=windows GOARCH=arm64 CGO_ENABLED=0 ./build # Create the postinstall script