aboutsummaryrefslogtreecommitdiff
path: root/program_info/CMakeLists.txt
diff options
context:
space:
mode:
authorswirl <swurl@swurl.xyz>2021-12-31 16:36:59 -0500
committerswirl <swurl@swurl.xyz>2021-12-31 16:37:54 -0500
commit3f3c5ea247dcd4793e117238af3bed50614d4961 (patch)
treedd99ccb130ebfafc0ed6a070fa780ef45dab2732 /program_info/CMakeLists.txt
parent541e2f0d8d56b1e808ac98b6cf5b3600f324f2fa (diff)
downloadPrismLauncher-3f3c5ea247dcd4793e117238af3bed50614d4961.tar.gz
PrismLauncher-3f3c5ea247dcd4793e117238af3bed50614d4961.tar.bz2
PrismLauncher-3f3c5ea247dcd4793e117238af3bed50614d4961.zip
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
Diffstat (limited to 'program_info/CMakeLists.txt')
-rw-r--r--program_info/CMakeLists.txt8
1 files changed, 5 insertions, 3 deletions
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)