mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
change(CMakeLists.txt): dehardcode launcher name (#5142)
This commit is contained in:
commit
0a3953524a
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue