aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2021-11-28 13:10:15 +0100
committerGitHub <noreply@github.com>2021-11-28 13:10:15 +0100
commit0e31f77468a8bf391ef2b31124f7882b7d907881 (patch)
tree946ef66524f01df7054beb14588fa7e67d1474cc
parenta522cad6d605323796c24634f741f45f17ddac21 (diff)
parent024f5952ce183e1b3844651b2178b8048f40c589 (diff)
downloadPrismLauncher-0e31f77468a8bf391ef2b31124f7882b7d907881.tar.gz
PrismLauncher-0e31f77468a8bf391ef2b31124f7882b7d907881.tar.bz2
PrismLauncher-0e31f77468a8bf391ef2b31124f7882b7d907881.zip
Merge pull request #4283 from khenriks/fixicon
Install launcher icns to correct file name
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0cf93758..e45dbf7c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -186,7 +186,7 @@ if(Launcher_LAYOUT_REAL STREQUAL "mac-bundle")
set(INSTALL_BUNDLE "full")
# Add the icon
- install(FILES ${Launcher_Branding_ICNS} DESTINATION ${RESOURCES_DEST_DIR})
+ install(FILES ${Launcher_Branding_ICNS} DESTINATION ${RESOURCES_DEST_DIR} RENAME ${Launcher_Name}.icns)
elseif(Launcher_LAYOUT_REAL STREQUAL "lin-nodeps")
set(BINARY_DEST_DIR "bin")