build: update windows build scripts to new code signing mechanism

This commit is contained in:
mlangkabel
2020-12-14 21:01:58 +01:00
parent cf9534d795
commit 3be856b1f9
2 changed files with 7 additions and 12 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 "uuidgen")
PRODUCT_GUID=$("uuidgen")
if [ -z "$PRODUCT_GUID" ]; then
echo "Unable to generate GUID. Make sure to run this script from the Visual Studio command propmt. Aborting now."
exit 1