Use no whitespace product name to generate app ID

This commit is contained in:
Adam Honse 2025-02-20 22:26:50 -06:00
parent c27f20d3e7
commit 2341457d1d

View file

@ -7,7 +7,7 @@ TLD="org"
WEBSITE="https://${VENDOR,,}.${TLD}" WEBSITE="https://${VENDOR,,}.${TLD}"
NAMESPACE=$(uuidgen -n @url -N ${WEBSITE} --sha1 | awk '{ print toupper($0) }') NAMESPACE=$(uuidgen -n @url -N ${WEBSITE} --sha1 | awk '{ print toupper($0) }')
VENDOR_ID="${TLD}.${VENDOR}" VENDOR_ID="${TLD}.${VENDOR}"
APP_ID="${VENDOR_ID}.${PRODUCTNAME,,}" APP_ID="${VENDOR_ID}.${PN_SANS_WS,,}"
GITURL="https://gitlab.com/OpenRGBDevelopers/OpenRGBE131ReceiverPlugin/-" GITURL="https://gitlab.com/OpenRGBDevelopers/OpenRGBE131ReceiverPlugin/-"
GITPARAM="?inline=false" GITPARAM="?inline=false"