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