diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-25 20:15:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 20:15:31 +0200 |
commit | 318f657c31f95d8dda37fd9b21771f073e4409a2 (patch) | |
tree | 219d18c5ade1c6751dddcdf9284c24854595e83a /CMakeLists.txt | |
parent | b516dd970f89a844ac234e56a31b66d693631707 (diff) | |
parent | 482d3a1d76e1c66e351b400c40d772be624cd9b9 (diff) | |
download | PrismLauncher-318f657c31f95d8dda37fd9b21771f073e4409a2.tar.gz PrismLauncher-318f657c31f95d8dda37fd9b21771f073e4409a2.tar.bz2 PrismLauncher-318f657c31f95d8dda37fd9b21771f073e4409a2.zip |
Merge pull request #231 from tobimori/patch-1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 97bad31b..94af61f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -222,14 +222,14 @@ if(UNIX AND APPLE) set(APPS "\${CMAKE_INSTALL_PREFIX}/${Launcher_Name}.app") # Mac bundle settings - set(MACOSX_BUNDLE_BUNDLE_NAME "${Launcher_Name}") - set(MACOSX_BUNDLE_INFO_STRING "${Launcher_Name}: A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once.") + set(MACOSX_BUNDLE_BUNDLE_NAME "${Launcher_DisplayName}") + set(MACOSX_BUNDLE_INFO_STRING "${Launcher_DisplayName}: A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once.") set(MACOSX_BUNDLE_GUI_IDENTIFIER "org.prismlauncher.${Launcher_Name}") set(MACOSX_BUNDLE_BUNDLE_VERSION "${Launcher_VERSION_NAME}") set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${Launcher_VERSION_NAME}") set(MACOSX_BUNDLE_LONG_VERSION_STRING "${Launcher_VERSION_NAME}") set(MACOSX_BUNDLE_ICON_FILE ${Launcher_Name}.icns) - set(MACOSX_BUNDLE_COPYRIGHT "Copyright 2021-2022 ${Launcher_Copyright}") + set(MACOSX_BUNDLE_COPYRIGHT "© 2022 ${Launcher_Copyright_Mac}") set(MACOSX_SPARKLE_UPDATE_PUBLIC_KEY "v55ZWWD6QlPoXGV6VLzOTZxZUggWeE51X8cRQyQh6vA=") set(MACOSX_SPARKLE_UPDATE_FEED_URL "https://prismlauncher.org/feed/appcast.xml") |