From 3f3c5ea247dcd4793e117238af3bed50614d4961 Mon Sep 17 00:00:00 2001 From: swirl Date: Fri, 31 Dec 2021 16:36:59 -0500 Subject: Rebranding logo add temporary Ouroboros logo, thanks Lenny for vectorizing change logo file names Desktop file now includes proper exec using the app binary name fix genicons for use with libicns --- program_info/CMakeLists.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'program_info/CMakeLists.txt') diff --git a/program_info/CMakeLists.txt b/program_info/CMakeLists.txt index dd120ab3..840c3fa2 100644 --- a/program_info/CMakeLists.txt +++ b/program_info/CMakeLists.txt @@ -9,6 +9,8 @@ set(Launcher_ConfigFile "polymc.cfg" PARENT_SCOPE) set(Launcher_Git "https://github.com/PolyMC/PolyMC" PARENT_SCOPE) set(Launcher_Desktop "program_info/polymc.desktop" PARENT_SCOPE) -set(Launcher_Branding_ICNS "program_info/Launcher.icns" PARENT_SCOPE) -set(Launcher_Branding_WindowsRC "program_info/launcher.rc" PARENT_SCOPE) -set(Launcher_Branding_LogoQRC "program_info/logo.qrc" PARENT_SCOPE) +set(Launcher_Branding_ICNS "program_info/polymc.icns" PARENT_SCOPE) +set(Launcher_Branding_WindowsRC "program_info/polymc.rc" PARENT_SCOPE) +set(Launcher_Branding_LogoQRC "program_info/polymc.qrc" PARENT_SCOPE) + +configure_file(polymc.desktop.in polymc.desktop) -- cgit