mirror of
https://github.com/lubosz/overte.git
synced 2025-04-11 06:32:09 +02:00
Correct desktop icon name
This commit is contained in:
parent
f79bf4e009
commit
3bc185e67c
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ macro(SET_PACKAGING_PARAMETERS)
|
|||
set(CONSOLE_SHORTCUT_NAME "Sandbox - ${BUILD_VERSION}")
|
||||
endif ()
|
||||
|
||||
set(INTERFACE_HF_SHORTCUT_NAME "High Fidelity ${INTERFACE_SHORTCUT_NAME}")
|
||||
set(INTERFACE_HF_SHORTCUT_NAME "${INTERFACE_SHORTCUT_NAME}")
|
||||
set(CONSOLE_HF_SHORTCUT_NAME "High Fidelity ${CONSOLE_SHORTCUT_NAME}")
|
||||
|
||||
set(PRE_SANDBOX_INTERFACE_SHORTCUT_NAME "High Fidelity")
|
||||
|
|
Loading…
Reference in a new issue