change(CMakeLists.txt): dehardcode launcher name (#5142)

This commit is contained in:
Alexandru Ionut Tripon 2026-03-09 20:05:56 +00:00 committed by GitHub
commit 0a3953524a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -409,7 +409,7 @@ if(UNIX AND APPLE)
COMMAND ${ACTOOL_EXE} "${ICON_SOURCE}" COMMAND ${ACTOOL_EXE} "${ICON_SOURCE}"
--compile "${ASSETS_OUT_DIR}" --compile "${ASSETS_OUT_DIR}"
--output-partial-info-plist /dev/null --output-partial-info-plist /dev/null
--app-icon PrismLauncher --app-icon ${Launcher_Name}
--enable-on-demand-resources NO --enable-on-demand-resources NO
--target-device mac --target-device mac
--minimum-deployment-target ${CMAKE_OSX_DEPLOYMENT_TARGET} --minimum-deployment-target ${CMAKE_OSX_DEPLOYMENT_TARGET}