fix: set version for Windows binaries

This commit is contained in:
Sefa Eyeoglu
2022-05-29 12:46:44 +02:00
parent 7b9f67f4b4
commit b07c5982e1
5 changed files with 10 additions and 5 deletions

View File

@ -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)