From 9c8a05fad935e8c7ea1481dbaaa31a291efa96dd Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 11 Jan 2016 10:12:38 -0800 Subject: [PATCH] use string variables for interface shortcut setup --- cmake/templates/NSIS.template.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index 1c23101537..c2c5ab80e7 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -1,5 +1,11 @@ ; CPack install script designed for a nmake build +;-------------------------------- +; Variables that drive High Fidelity custom behaviour + + StrCpy $INTERFACE_SHORTCUT_NAME "High Fidelity" + StrCpy $INTERFACE_EXEC_NAME "interface.exe" + ;-------------------------------- ; You must define these values @@ -7,9 +13,6 @@ !define PATCH "@CPACK_PACKAGE_VERSION_PATCH@" !define INST_DIR "@CPACK_TEMPORARY_DIRECTORY@" - !define INTERFACE_SHORTCUT_NAME "High Fidelity" - !define INTERFACE_EXEC_NAME "interface.exe" - ;-------------------------------- ;Variables