keep server-console as sandbox folder in Program Files

This commit is contained in:
Stephen Birarda 2016-03-30 13:54:55 -07:00
parent 0a8072164d
commit 7d042fc47d

View file

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