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-11-19 16:55:25 +01:00
parent 7a4b2347fb
commit 7b14bfaf70
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