diff options
author | dada513 <dada513@protonmail.com> | 2022-01-04 07:31:10 +0100 |
---|---|---|
committer | dada513 <dada513@protonmail.com> | 2022-01-04 07:31:10 +0100 |
commit | 07649b638836a0bcb56d7577945f25f63bc3ba19 (patch) | |
tree | 6e05f6198c6b27d66781512497983e1066f45419 /program_info | |
parent | 0e4ccaca02d84f4f4bd28713ccb05b2723d8b5a0 (diff) | |
download | PrismLauncher-07649b638836a0bcb56d7577945f25f63bc3ba19.tar.gz PrismLauncher-07649b638836a0bcb56d7577945f25f63bc3ba19.tar.bz2 PrismLauncher-07649b638836a0bcb56d7577945f25f63bc3ba19.zip |
Fix metainfo parsing
Diffstat (limited to 'program_info')
-rw-r--r-- | program_info/org.polymc.PolyMC.metainfo.xml | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/program_info/org.polymc.PolyMC.metainfo.xml b/program_info/org.polymc.PolyMC.metainfo.xml index 60b0ee73..51220985 100644 --- a/program_info/org.polymc.PolyMC.metainfo.xml +++ b/program_info/org.polymc.PolyMC.metainfo.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <component type="desktop"> <id>org.polymc.PolyMC</id> - <provides><id>org.polymc.PolyMC</id></provides> + <provides> + <id>org.polymc.PolyMC</id> + </provides> <launchable type="desktop-id">org.polymc.PolyMC.desktop</launchable> <name>PolyMC</name> <developer_name>PolyMC Team</developer_name> @@ -11,19 +13,22 @@ <url type="homepage">https://polymc.org/</url> <url type="help">https://github.com/PolyMC/PolyMC#help--support</url> <description> + <p>PolyMC is a custom launcher for Minecraft that focuses on predictability, long term stability and simplicity.</p> + <p>Features:</p> + <ul> + <li>Easily install game modifications, such as Fabric or Forge</li> + <li>Control your java settings</li> + <li>Manage worlds and resource packs from the launcher</li> + <li>See logs and other details easily</li> + <li>Kill Minecraft in case of a crash/freeze</li> + <li>Isolate minecraft instances to keep everything clean</li> + </ul> + <p>This flatpak includes Wayland support without XWayland: to enable, tick Use system installation of GLFW... in the settings of a Minecraft instance.</p> + <p>All java versions that are required by Minecraft are included.</p> <p> - PolyMC is a custom launcher for Minecraft that focuses on predictability, long term stability and simplicity. - Features: - - Easily install game modifications, such as Fabric or Forge - - Control your java settings - - Manage worlds and resource packs from the launcher - - See logs and other details easily - - Kill Minecraft in case of a crash/freeze - - Isolate minecraft instances to keep everything clean - - This flatpak includes Wayland support without XWayland: to enable, tick Use system installation of GLFW... in the settings of a Minecraft instance. - All java versions that are required by Minecraft are included. - If using a Hybrid-Graphics device, you can use the prime-run script as a wrapper command to run Minecraft using the dedicated graphics card. + If using a Hybrid-Graphics device, you can use the + prime-run + script as a wrapper command to run Minecraft using the dedicated graphics card. </p> </description> <screenshots> @@ -33,7 +38,7 @@ </screenshot> </screenshots> <releases> - <release version="1.0.2" date="2022-01-01"/> + <release version="1.0.2" date="2022-01-01" /> </releases> <content_rating type="oars-1.0"> <content_attribute id="violence-cartoon">moderate</content_attribute> @@ -57,4 +62,4 @@ <content_attribute id="money-purchasing">none</content_attribute> <content_attribute id="money-gambling">none</content_attribute> </content_rating> -</component>
\ No newline at end of file +</component> |