diff --git a/scripts/build-msi.sh b/scripts/build-msi.sh index aa17770..9f6b094 100755 --- a/scripts/build-msi.sh +++ b/scripts/build-msi.sh @@ -7,7 +7,7 @@ TLD="org" WEBSITE="https://${VENDOR,,}.${TLD}" NAMESPACE=$(uuidgen -n @url -N ${WEBSITE} --sha1 | awk '{ print toupper($0) }') VENDOR_ID="${TLD}.${VENDOR}" -APP_ID="${VENDOR_ID}.${PRODUCTNAME,,}" +APP_ID="${VENDOR_ID}.${PN_SANS_WS,,}" GITURL="https://gitlab.com/OpenRGBDevelopers/OpenRGBE131ReceiverPlugin/-" GITPARAM="?inline=false"