mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +02:00
Fix to path setting in shortcuts
This commit is contained in:
parent
eeebe06228
commit
cc6d30fe6f
1 changed files with 2 additions and 1 deletions
|
@ -242,6 +242,7 @@ if (DEFINED DEPLOY_PACKAGE AND DEPLOY_PACKAGE)
|
|||
set(CPACK_PACKAGE_VERSION_MINOR "0")
|
||||
set(CPACK_PACKAGE_VERSION_PATCH "0")
|
||||
set(CPACK_PACKAGE_INSTALL_DIRECTORY "High Fidelity-${BUILD_SEQ}")
|
||||
set(CPACK_NSIS_EXECUTABLES_DIRECTORY ".")
|
||||
set(CPACK_PACKAGE_EXECUTABLES
|
||||
stack-manager "Stack Manager"
|
||||
interface "Interface"
|
||||
|
@ -252,4 +253,4 @@ if (DEFINED DEPLOY_PACKAGE AND DEPLOY_PACKAGE)
|
|||
endif (WIN32)
|
||||
|
||||
include(CPack)
|
||||
endif ()
|
||||
endif ()
|
||||
|
|
Loading…
Reference in a new issue