mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove hash from PR org name
This commit is contained in:
parent
57639672cf
commit
391313532a
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ macro(SET_PACKAGING_PARAMETERS)
|
|||
elseif (RELEASE_TYPE STREQUAL "PR")
|
||||
set(DEPLOY_PACKAGE TRUE)
|
||||
set(PR_BUILD 1)
|
||||
set(BUILD_VERSION "PR#${RELEASE_NUMBER}")
|
||||
set(BUILD_VERSION "PR${RELEASE_NUMBER}")
|
||||
set(BUILD_ORGANIZATION "High Fidelity - ${BUILD_VERSION}")
|
||||
set(INTERFACE_BUNDLE_NAME "High Fidelity ${BUILD_VERSION}")
|
||||
set(INTERFACE_BUNDLE_NAME "High Fidelity")
|
||||
set(INTERFACE_ICON_PREFIX "interface-beta")
|
||||
else ()
|
||||
set(DEV_BUILD 1)
|
||||
|
|
Loading…
Reference in a new issue