You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CMakeLists.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ endif()
179
179
180
180
####################################### Program Info #######################################
181
181
182
-
set(Launcher_APP_BINARY_NAME"polymc"CACHESTRING"Name of the Launcher binary")
182
+
set(Launcher_APP_BINARY_NAME"ManyMC"CACHESTRING"Name of the Launcher binary")
183
183
if(Launcher_EMBED_SECRETS)
184
184
add_subdirectory(secrets)
185
185
else()
@@ -206,7 +206,7 @@ if(UNIX AND APPLE)
206
206
# Mac bundle settings
207
207
set(MACOSX_BUNDLE_BUNDLE_NAME"${Launcher_Name}")
208
208
set(MACOSX_BUNDLE_INFO_STRING"${Launcher_Name}: A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once.")
0 commit comments