mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-26 02:55:25 +02:00
use string variables for interface shortcut setup
This commit is contained in:
parent
a6006af7be
commit
9c8a05fad9
1 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,11 @@
|
||||||
; CPack install script designed for a nmake build
|
; 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
|
; You must define these values
|
||||||
|
|
||||||
|
@ -7,9 +13,6 @@
|
||||||
!define PATCH "@CPACK_PACKAGE_VERSION_PATCH@"
|
!define PATCH "@CPACK_PACKAGE_VERSION_PATCH@"
|
||||||
!define INST_DIR "@CPACK_TEMPORARY_DIRECTORY@"
|
!define INST_DIR "@CPACK_TEMPORARY_DIRECTORY@"
|
||||||
|
|
||||||
!define INTERFACE_SHORTCUT_NAME "High Fidelity"
|
|
||||||
!define INTERFACE_EXEC_NAME "interface.exe"
|
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Variables
|
;Variables
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue