From 2341457d1d8c45467e3e397ec4d576e55e07794b Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Thu, 20 Feb 2025 22:26:50 -0600 Subject: [PATCH] Use no whitespace product name to generate app ID --- scripts/build-msi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"