From e12a7698005ea6c8da5ed8deb66993d628ab1a1f Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Wed, 13 Oct 2021 21:43:42 +0200 Subject: NOISSUE fix windows rc file and mac icon --- notsecrets/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'notsecrets/CMakeLists.txt') diff --git a/notsecrets/CMakeLists.txt b/notsecrets/CMakeLists.txt index 88504a4d..63930672 100644 --- a/notsecrets/CMakeLists.txt +++ b/notsecrets/CMakeLists.txt @@ -6,4 +6,5 @@ target_include_directories(secrets PUBLIC .) set(Launcher_Name "Launcher" 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) -- cgit