mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
keep server-console as sandbox folder in Program Files
This commit is contained in:
parent
0a8072164d
commit
7d042fc47d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ macro(SET_PACKAGING_PARAMETERS)
|
|||
set(INTERFACE_ICON_FILENAME "${INTERFACE_ICON_PREFIX}.icns")
|
||||
else ()
|
||||
if (WIN32)
|
||||
set(CONSOLE_INSTALL_DIR "sandbox")
|
||||
set(CONSOLE_INSTALL_DIR "server-console")
|
||||
else ()
|
||||
set(CONSOLE_INSTALL_DIR ".")
|
||||
endif ()
|
||||
|
|
Loading…
Reference in a new issue