diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-05-29 09:45:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-29 09:45:20 +0200 |
commit | 577f17c9166ffc5981ab4cfccbba45ed62b38ebe (patch) | |
tree | 189e879f21ebaddb3a0f1978cb829fc8ebcffe19 /program_info | |
parent | 699ad316f0d90580fa13d570d6c25aff903a470d (diff) | |
download | PrismLauncher-577f17c9166ffc5981ab4cfccbba45ed62b38ebe.tar.gz PrismLauncher-577f17c9166ffc5981ab4cfccbba45ed62b38ebe.tar.bz2 PrismLauncher-577f17c9166ffc5981ab4cfccbba45ed62b38ebe.zip |
remove vista support from the manifest
we don't support qt <5.12 anymore anyways
Diffstat (limited to 'program_info')
-rw-r--r-- | program_info/polymc.manifest | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/program_info/polymc.manifest b/program_info/polymc.manifest index 2d9eb165..8ca50acf 100644 --- a/program_info/polymc.manifest +++ b/program_info/polymc.manifest @@ -16,15 +16,13 @@ <description>Custom Minecraft launcher for managing multiple installs.</description> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> <application> - <!--The ID below indicates app support for Windows Vista --> - <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> <!--The ID below indicates app support for Windows 7 --> <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> <!--The ID below indicates app support for Windows 8 --> <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> <!--The ID below indicates app support for Windows 8.1 --> <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/> - <!--The ID below indicates app support for Windows 10 --> + <!--The ID below indicates app support for Windows 10/11 --> <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> </application> </compatibility> |