mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 14:04:23 +02:00
Fix double application of "Vircadia"
This commit is contained in:
parent
11d847b74b
commit
aa20fbb0d9
1 changed files with 4 additions and 4 deletions
|
@ -174,13 +174,13 @@ macro(SET_PACKAGING_PARAMETERS)
|
||||||
# shortcut names
|
# shortcut names
|
||||||
if (PRODUCTION_BUILD)
|
if (PRODUCTION_BUILD)
|
||||||
set(INTERFACE_SHORTCUT_NAME "Vircadia")
|
set(INTERFACE_SHORTCUT_NAME "Vircadia")
|
||||||
set(CONSOLE_SHORTCUT_NAME "Vircadia Console")
|
set(CONSOLE_SHORTCUT_NAME "Console")
|
||||||
set(SANDBOX_SHORTCUT_NAME "Vircadia Sandbox")
|
set(SANDBOX_SHORTCUT_NAME "Sandbox")
|
||||||
set(APP_USER_MODEL_ID "com.vircadia.console")
|
set(APP_USER_MODEL_ID "com.vircadia.console")
|
||||||
else ()
|
else ()
|
||||||
set(INTERFACE_SHORTCUT_NAME "Vircadia - ${BUILD_VERSION_NO_SHA}")
|
set(INTERFACE_SHORTCUT_NAME "Vircadia - ${BUILD_VERSION_NO_SHA}")
|
||||||
set(CONSOLE_SHORTCUT_NAME "Console - ${BUILD_VERSION_NO_SHA}")
|
set(CONSOLE_SHORTCUT_NAME "Vircadia Console - ${BUILD_VERSION_NO_SHA}")
|
||||||
set(SANDBOX_SHORTCUT_NAME "Sandbox - ${BUILD_VERSION_NO_SHA}")
|
set(SANDBOX_SHORTCUT_NAME "Vircadia Sandbox - ${BUILD_VERSION_NO_SHA}")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
set(INTERFACE_HF_SHORTCUT_NAME "${INTERFACE_SHORTCUT_NAME}")
|
set(INTERFACE_HF_SHORTCUT_NAME "${INTERFACE_SHORTCUT_NAME}")
|
||||||
|
|
Loading…
Reference in a new issue