mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +00:00
NOISSUE fix windows rc file and mac icon
This commit is contained in:
@@ -883,7 +883,7 @@ set(MULTIMC_QRCS
|
|||||||
|
|
||||||
######## Windows resource files ########
|
######## Windows resource files ########
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
set(MULTIMC_RCS resources/multimc.rc)
|
set(MULTIMC_RCS ../${Launcher_Branding_WindowsRC})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Qt 5 stuff
|
# Qt 5 stuff
|
||||||
|
@@ -6,4 +6,5 @@ target_include_directories(secrets PUBLIC .)
|
|||||||
set(Launcher_Name "Launcher" PARENT_SCOPE)
|
set(Launcher_Name "Launcher" PARENT_SCOPE)
|
||||||
set(Launcher_Copyright "MultiMC Contributors" PARENT_SCOPE)
|
set(Launcher_Copyright "MultiMC Contributors" PARENT_SCOPE)
|
||||||
|
|
||||||
set(Launcher_Branding_ICNS "notsecrets/Launcher.icns")
|
set(Launcher_Branding_ICNS "notsecrets/Launcher.icns" PARENT_SCOPE)
|
||||||
|
set(Launcher_Branding_WindowsRC "notsecrets/launcher.rc" PARENT_SCOPE)
|
||||||
|
Reference in New Issue
Block a user