-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathorg.freesmlauncher.FreesmLauncher.metainfo.xml.in
More file actions
77 lines (77 loc) · 4.28 KB
/
Copy pathorg.freesmlauncher.FreesmLauncher.metainfo.xml.in
File metadata and controls
77 lines (77 loc) · 4.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>@Launcher_AppID@</id>
<name>Freesm Launcher</name>
<summary>A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once</summary>
<developer id="org.freesmlauncher">
<name>Freesm Launcher Contributors</name>
</developer>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>
<description>
<p>Freesm Launcher 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, Forge and Quilt</li>
<li>Easily install and update modpacks from the Launcher</li>
<li>Control your Java settings, and enable Mangohud or Gamemode with a toggle</li>
<li>Manage worlds and resource packs from the launcher</li>
<li>See logs and other details easily through a dashboard</li>
<li>Kill Minecraft in case of a crash/freeze</li>
<li>Isolate Minecraft instances to keep everything clean</li>
<li>Install and update mods directly from the launcher</li>
<li>Customize the launcher with themes, and more</li>
<li>No DRM: play free, play now</li>
<li>And cat :3</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<caption>The main Freesm Launcher window</caption>
<image type="source" width="1117" height="780">https://raw.githubusercontent.com/FreesmTeam/FreesmLauncher/refs/heads/develop/docs/screenshots/freesmlauncher_home_screenshot.png</image>
</screenshot>
<screenshot>
<caption>Modpack adding</caption>
<image type="source" width="1058" height="540">https://raw.githubusercontent.com/FreesmTeam/FreesmLauncher/refs/heads/develop/docs/screenshots/freesmlauncher_instance_add_screenshot.png</image>
</screenshot>
<screenshot>
<caption>Modpack updating (from Prism Launcher)</caption>
<image type="source" width="930" height="677">https://prismlauncher.org/img/screenshots/ModpackUpdateDark.png</image>
</screenshot>
<screenshot>
<caption>Mod installation (from Prism Launcher)</caption>
<image type="source" width="848" height="558">https://prismlauncher.org/img/screenshots/ModInstallDark.png</image>
</screenshot>
<screenshot>
<caption>Mod updating (from Prism Launcher)</caption>
<image type="source" width="860" height="748">https://prismlauncher.org/img/screenshots/ModUpdateDark.png</image>
</screenshot>
<screenshot>
<caption>Instance management (from Prism Launcher)</caption>
<image type="source" width="960" height="659">https://prismlauncher.org/img/screenshots/PropertiesDark.png</image>
</screenshot>
<screenshot>
<caption>MiSide background :3</caption>
<image type="source" width="1117" height="766">https://raw.githubusercontent.com/FreesmTeam/FreesmLauncher/refs/heads/develop/docs/screenshots/freesmlauncher_home_screenshot_opacity.png</image>
</screenshot>
<screenshot>
<caption>Customization</caption>
<image type="source" width="1264" height="809">https://raw.githubusercontent.com/FreesmTeam/FreesmLauncher/refs/heads/develop/docs/screenshots/freesmlauncher_settings_theme_screenshot.png</image>
</screenshot>
</screenshots>
<releases>
<release version="@Launcher_VERSION_NAME@" date="@Launcher_BUILD_TIMESTAMP@"></release>
</releases>
<url type="homepage">https://github.com/FreesmTeam/FreesmLauncher</url>
<url type="help">https://github.com/FreesmTeam/FreesmLauncher</url>
<url type="bugtracker">https://github.com/FreesmTeam/FreesmLauncher/issues</url>
<url type="contact">https://github.com/FreesmTeam/FreesmLauncher/</url>
<url type="vcs-browser">https://github.com/FreesmTeam/FreesmLauncher</url>
<url type="contribute">https://github.com/FreesmTeam/FreesmLauncher/blob/develop/CONTRIBUTING.md</url>
<url type="translate">https://hosted.weblate.org/projects/freesmlauncher/freesmlauncher-launcher/</url>
<content_rating type="oars-1.1">
<content_attribute id="violence-fantasy">moderate</content_attribute>
<content_attribute id="social-chat">intense</content_attribute>
</content_rating>
<launchable type="desktop-id">@Launcher_AppID@.desktop</launchable>
</component>