give dev shortcuts a specific name too

This commit is contained in:
Stephen Birarda 2016-01-26 16:21:18 -08:00
parent 0a413904a0
commit 8ba0e3bc6e

View file

@ -83,7 +83,7 @@ macro(SET_PACKAGING_PARAMETERS)
set(AC_EXEC_NAME "assignment-client.exe")
# shortcut names
if (NOT PR_BUILD)
if (PRODUCTION_BUILD)
set(INTERFACE_SHORTCUT_NAME "High Fidelity")
set(CONSOLE_SHORTCUT_NAME "Server Console")
else ()