Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 7f86f5b

Browse files
committed
build: properly rename bundle identifier
1 parent fd41c8a commit 7f86f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ endif()
179179

180180
####################################### Program Info #######################################
181181

182-
set(Launcher_APP_BINARY_NAME "polymc" CACHE STRING "Name of the Launcher binary")
182+
set(Launcher_APP_BINARY_NAME "ManyMC" CACHE STRING "Name of the Launcher binary")
183183
if(Launcher_EMBED_SECRETS)
184184
add_subdirectory(secrets)
185185
else()
@@ -206,7 +206,7 @@ if(UNIX AND APPLE)
206206
# Mac bundle settings
207207
set(MACOSX_BUNDLE_BUNDLE_NAME "${Launcher_Name}")
208208
set(MACOSX_BUNDLE_INFO_STRING "${Launcher_Name}: A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once.")
209-
set(MACOSX_BUNDLE_GUI_IDENTIFIER "org.polymc.${Launcher_Name}")
209+
set(MACOSX_BUNDLE_GUI_IDENTIFIER "org.manymc.${Launcher_Name}")
210210
set(MACOSX_BUNDLE_BUNDLE_VERSION "${Launcher_VERSION_MAJOR}.${Launcher_VERSION_MINOR}.${Launcher_VERSION_HOTFIX}")
211211
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${Launcher_VERSION_MAJOR}.${Launcher_VERSION_MINOR}.${Launcher_VERSION_HOTFIX}")
212212
set(MACOSX_BUNDLE_LONG_VERSION_STRING "${Launcher_VERSION_MAJOR}.${Launcher_VERSION_MINOR}.${Launcher_VERSION_HOTFIX}")

0 commit comments

Comments
 (0)