aboutsummaryrefslogtreecommitdiff
path: root/program_info/CMakeLists.txt
diff options
context:
space:
mode:
authorKenneth Chew <kenneth.c0@protonmail.com>2022-05-29 17:37:45 -0400
committerKenneth Chew <kenneth.c0@protonmail.com>2022-05-29 19:50:44 -0400
commit8731c86d0deba2f8e624d41137b69abca5b85e8e (patch)
tree2978436bf713f8fe1a1d37ed3132dea4a0f8a574 /program_info/CMakeLists.txt
parentd7fad4bd04a9f6d4fa149ff0b3aa526f1524cd56 (diff)
downloadPrismLauncher-8731c86d0deba2f8e624d41137b69abca5b85e8e.tar.gz
PrismLauncher-8731c86d0deba2f8e624d41137b69abca5b85e8e.tar.bz2
PrismLauncher-8731c86d0deba2f8e624d41137b69abca5b85e8e.zip
Use CMake for Windows installer branding
As a side effect, fixes an issue where the installer wrote the incorrect version to the registry.
Diffstat (limited to 'program_info/CMakeLists.txt')
-rw-r--r--program_info/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/program_info/CMakeLists.txt b/program_info/CMakeLists.txt
index 2cbef1b6..b2325b6f 100644
--- a/program_info/CMakeLists.txt
+++ b/program_info/CMakeLists.txt
@@ -14,6 +14,7 @@ set(Launcher_MetaInfo "program_info/org.polymc.PolyMC.metainfo.xml" PARENT_SCOPE
set(Launcher_ManPage "program_info/polymc.6.txt" PARENT_SCOPE)
set(Launcher_SVG "program_info/org.polymc.PolyMC.svg" PARENT_SCOPE)
set(Launcher_Branding_ICNS "program_info/polymc.icns" PARENT_SCOPE)
+set(Launcher_Branding_ICO "program_info/polymc.ico" PARENT_SCOPE)
set(Launcher_Branding_WindowsRC "program_info/polymc.rc" PARENT_SCOPE)
set(Launcher_Branding_LogoQRC "program_info/polymc.qrc" PARENT_SCOPE)