aboutsummaryrefslogtreecommitdiff
path: root/program_info/CMakeLists.txt
diff options
context:
space:
mode:
authorEzekiel Smith <ezekielsmith@protonmail.com>2022-05-29 22:37:23 +1000
committerGitHub <noreply@github.com>2022-05-29 22:37:23 +1000
commit36d78577e28eaad8b494bebb1efb3227c2657860 (patch)
tree73c77dec094ce0cb03f361bc82d1b4b3e16e5e73 /program_info/CMakeLists.txt
parent4a0b0d873513e3a32d9d37607a56ee1fb95eb0ab (diff)
parentb07c5982e115befaec91a3919dafc9e6ec467f24 (diff)
downloadPrismLauncher-36d78577e28eaad8b494bebb1efb3227c2657860.tar.gz
PrismLauncher-36d78577e28eaad8b494bebb1efb3227c2657860.tar.bz2
PrismLauncher-36d78577e28eaad8b494bebb1efb3227c2657860.zip
Merge pull request #669 from Scrumplex/fix-binary-version-windows
Set version for Windows binaries
Diffstat (limited to 'program_info/CMakeLists.txt')
-rw-r--r--program_info/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/program_info/CMakeLists.txt b/program_info/CMakeLists.txt
index 60549d8d..2cbef1b6 100644
--- a/program_info/CMakeLists.txt
+++ b/program_info/CMakeLists.txt
@@ -21,3 +21,6 @@ set(Launcher_Portable_File "program_info/portable.txt" PARENT_SCOPE)
configure_file(org.polymc.PolyMC.desktop.in org.polymc.PolyMC.desktop)
configure_file(org.polymc.PolyMC.metainfo.xml.in org.polymc.PolyMC.metainfo.xml)
+configure_file(polymc.rc.in polymc.rc @ONLY)
+configure_file(polymc.manifest.in polymc.manifest @ONLY)
+configure_file(polymc.ico polymc.ico COPYONLY)