use string variables for interface shortcut setup

This commit is contained in:
Stephen Birarda 2016-01-11 10:12:38 -08:00
parent a6006af7be
commit 9c8a05fad9

View file

@ -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