mirror of
https://github.com/sudoxnym/open-hyperion.git
synced 2026-04-14 11:36:31 +00:00
Use no whitespace product name to generate app ID
This commit is contained in:
parent
c27f20d3e7
commit
2341457d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue