blob: 4685c6589944e47ab9e2bcaa92d7ed21ae4dfef7 (
plain)
1 diff --git a/launcher/resources/multimc/multimc.qrc b/launcher/resources/multimc/multimc.qrc
2 index 5b36cb3d..f2322279 100644
3 --- a/launcher/resources/multimc/multimc.qrc
4 +++ b/launcher/resources/multimc/multimc.qrc
5 @@ -282,6 +282,9 @@
6 <file>32x32/instances/herobrine.png</file>
7 <file>128x128/instances/herobrine.png</file>
8
9 + <file>32x32/instances/infinity.png</file>
10 + <file>128x128/instances/infinity.png</file>
11 +
12 <file>32x32/instances/magitech.png</file>
13 <file>128x128/instances/magitech.png</file>
14
15 diff --git a/notsecrets/CMakeLists.txt b/notsecrets/CMakeLists.txt
16 index b5dd3cf8..3abd8002 100644
17 --- a/notsecrets/CMakeLists.txt
18 +++ b/notsecrets/CMakeLists.txt
19 @@ -3,14 +3,14 @@ target_link_libraries(secrets Qt5::Core)
20 target_compile_definitions(secrets PUBLIC -DEMBED_SECRETS)
21 target_include_directories(secrets PUBLIC .)
22
23 -set(Launcher_CommonName "DevLauncher")
24 +set(Launcher_CommonName "MultiMC")
25
26 set(Launcher_Copyright "MultiMC Contributors" PARENT_SCOPE)
27 set(Launcher_Domain "multimc.org" PARENT_SCOPE)
28 set(Launcher_Name "${Launcher_CommonName}" PARENT_SCOPE)
29 set(Launcher_DisplayName "${Launcher_CommonName} 5" PARENT_SCOPE)
30 set(Launcher_UserAgent "${Launcher_CommonName}/5.0" PARENT_SCOPE)
31 -set(Launcher_ConfigFile "devlauncher.cfg" PARENT_SCOPE)
32 +set(Launcher_ConfigFile "multimc.cfg" PARENT_SCOPE)
33 set(Launcher_Git "https://github.com/MultiMC/Launcher" PARENT_SCOPE)
34
35 set(Launcher_Branding_ICNS "notsecrets/Launcher.icns" PARENT_SCOPE)
|