mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
removed interface name from shortcut
This commit is contained in:
parent
42357904cd
commit
7a1828e0cb
1 changed files with 2 additions and 2 deletions
|
@ -192,12 +192,12 @@ macro(SET_PACKAGING_PARAMETERS)
|
||||||
|
|
||||||
# shortcut names
|
# shortcut names
|
||||||
if (PRODUCTION_BUILD)
|
if (PRODUCTION_BUILD)
|
||||||
set(INTERFACE_SHORTCUT_NAME "High Fidelity Interface")
|
set(INTERFACE_SHORTCUT_NAME "High Fidelity")
|
||||||
set(CONSOLE_SHORTCUT_NAME "Console")
|
set(CONSOLE_SHORTCUT_NAME "Console")
|
||||||
set(SANDBOX_SHORTCUT_NAME "Sandbox")
|
set(SANDBOX_SHORTCUT_NAME "Sandbox")
|
||||||
set(APP_USER_MODEL_ID "com.highfidelity.console")
|
set(APP_USER_MODEL_ID "com.highfidelity.console")
|
||||||
else ()
|
else ()
|
||||||
set(INTERFACE_SHORTCUT_NAME "High Fidelity Interface - ${BUILD_VERSION_NO_SHA}")
|
set(INTERFACE_SHORTCUT_NAME "High Fidelity - ${BUILD_VERSION_NO_SHA}")
|
||||||
set(CONSOLE_SHORTCUT_NAME "Console - ${BUILD_VERSION_NO_SHA}")
|
set(CONSOLE_SHORTCUT_NAME "Console - ${BUILD_VERSION_NO_SHA}")
|
||||||
set(SANDBOX_SHORTCUT_NAME "Sandbox - ${BUILD_VERSION_NO_SHA}")
|
set(SANDBOX_SHORTCUT_NAME "Sandbox - ${BUILD_VERSION_NO_SHA}")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
Loading…
Reference in a new issue