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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user