mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 15:33:10 +02:00
add NSIS template for custom installer options
This commit is contained in:
parent
87e55543ce
commit
63a88815bc
2 changed files with 8 additions and 0 deletions
|
@ -15,6 +15,10 @@ macro(GENERATE_INSTALLERS)
|
|||
set(CPACK_PACKAGE_NAME "HighFidelity")
|
||||
set(CPACK_PACKAGE_VENDOR "HighFidelity")
|
||||
|
||||
if (WIN32)
|
||||
set(INTERFACE_STARTMENU_NAME "High Fidelity")
|
||||
endif ()
|
||||
|
||||
if (APPLE)
|
||||
set(CPACK_PACKAGE_INSTALL_DIRECTORY "/")
|
||||
set(CPACK_PACKAGING_INSTALL_PREFIX /)
|
||||
|
|
|
@ -43,6 +43,10 @@ macro(SET_PACKAGING_PARAMETERS)
|
|||
set(CONSOLE_ICON "console-beta.ico")
|
||||
endif ()
|
||||
|
||||
if (WIN32)
|
||||
set(INTERFACE_EXEC_NAME "interface")
|
||||
endif ()
|
||||
|
||||
if (APPLE)
|
||||
set(CONSOLE_INSTALL_DIR ".")
|
||||
set(CONSOLE_APPLICATION_NAME "Server Console.app")
|
||||
|
|
Loading…
Reference in a new issue