Update SetPackagingParameters.cmake

Try to fix Apple builds.
This commit is contained in:
Kalila 2021-03-08 00:14:50 -05:00 committed by GitHub
parent c9ab2a686f
commit fe3f006953
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,7 +130,7 @@ macro(SET_PACKAGING_PARAMETERS)
if (CLIENT_ONLY)
set(CONSOLE_EXEC_NAME "Console.app")
else ()
set(CONSOLE_EXEC_NAME "Server.app")
set(CONSOLE_EXEC_NAME "Sandbox.app")
endif()
set(CONSOLE_INSTALL_APP_PATH "${CONSOLE_INSTALL_DIR}/${CONSOLE_EXEC_NAME}")