build: update deploy script for windows

* added option to disable 32 or 64 bit build
* re-added option to enable code signing on demand
This commit is contained in:
mlangkabel
2019-12-16 15:53:57 +01:00
committed by Eberhard Graether
parent 729d297f45
commit 72ff668f44
4 changed files with 159 additions and 44 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ VERSION_STRING="${VERSION_STRING//_/.}"
VERSION_STRING="${VERSION_STRING:2}"
echo "installer version is $VERSION_STRING"
PRODUCT_GUID=$(cmd.exe /c "VsDevCmd.bat & uuidgen")
PRODUCT_GUID=$(cmd.exe /c "uuidgen")
echo "$WIN_ARCH product guid is $PRODUCT_GUID"
rm -rf build