From e50d07f791b591b8a6055a76cfc072a34acc8bea Mon Sep 17 00:00:00 2001 From: swirl Date: Sun, 9 Jan 2022 13:51:46 -0500 Subject: remove patreon stuff Closes: #22 Update to 1.0.5 Remove "Forking/Redistribution" tab in About (why is it even there?) Metainfo now corresponds to version add discord Completely removed Patreon. --- program_info/CMakeLists.txt | 1 + program_info/org.polymc.PolyMC.metainfo.xml | 65 ------------------------- program_info/org.polymc.PolyMC.metainfo.xml.in | 65 +++++++++++++++++++++++++ program_info/polymc.icns | Bin 33406 -> 272578 bytes program_info/polymc.ico | Bin 15086 -> 102134 bytes 5 files changed, 66 insertions(+), 65 deletions(-) delete mode 100644 program_info/org.polymc.PolyMC.metainfo.xml create mode 100644 program_info/org.polymc.PolyMC.metainfo.xml.in (limited to 'program_info') diff --git a/program_info/CMakeLists.txt b/program_info/CMakeLists.txt index 493103f7..d2f23277 100644 --- a/program_info/CMakeLists.txt +++ b/program_info/CMakeLists.txt @@ -16,3 +16,4 @@ set(Launcher_Branding_WindowsRC "program_info/polymc.rc" PARENT_SCOPE) set(Launcher_Branding_LogoQRC "program_info/polymc.qrc" 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) diff --git a/program_info/org.polymc.PolyMC.metainfo.xml b/program_info/org.polymc.PolyMC.metainfo.xml deleted file mode 100644 index df2645df..00000000 --- a/program_info/org.polymc.PolyMC.metainfo.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - org.polymc.PolyMC - - org.polymc.PolyMC - - org.polymc.PolyMC.desktop - PolyMC - PolyMC Team - A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once - CC0-1.0 - GPL-3.0-or-later - https://polymc.org/ - https://github.com/PolyMC/PolyMC#help--support - -

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
  • -
-

For flatpak users:

-

In flatpak, 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. -

-
- - - The main PolyMC window - https://i.imgur.com/q2GcDo4.png - - - - - - - moderate - none - none - none - none - none - none - none - none - none - none - none - none - intense - none - none - none - none - none - none - -
diff --git a/program_info/org.polymc.PolyMC.metainfo.xml.in b/program_info/org.polymc.PolyMC.metainfo.xml.in new file mode 100644 index 00000000..505ca70d --- /dev/null +++ b/program_info/org.polymc.PolyMC.metainfo.xml.in @@ -0,0 +1,65 @@ + + + org.polymc.PolyMC + + org.polymc.PolyMC + + org.polymc.PolyMC.desktop + PolyMC + PolyMC Team + A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once + CC0-1.0 + GPL-3.0-or-later + https://polymc.org/ + https://github.com/PolyMC/PolyMC#help--support + +

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
  • +
+

For flatpak users:

+

In flatpak, 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. +

+
+ + + The main PolyMC window + https://i.imgur.com/q2GcDo4.png + + + + + + + moderate + none + none + none + none + none + none + none + none + none + none + none + none + intense + none + none + none + none + none + none + +
diff --git a/program_info/polymc.icns b/program_info/polymc.icns index 248353b0..84148d1a 100644 Binary files a/program_info/polymc.icns and b/program_info/polymc.icns differ diff --git a/program_info/polymc.ico b/program_info/polymc.ico index ddd035b2..d56313f3 100644 Binary files a/program_info/polymc.ico and b/program_info/polymc.ico differ -- cgit