-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorg.tlauncher.TLauncher.metainfo.xml
More file actions
76 lines (69 loc) · 2.9 KB
/
Copy pathorg.tlauncher.TLauncher.metainfo.xml
File metadata and controls
76 lines (69 loc) · 2.9 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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 TLauncher Inc. -->
<component type="desktop-application">
<id>org.tlauncher.TLauncher</id>
<name>TLauncher</name>
<summary>An alternative launcher for Minecraft</summary>
<developer_name>TLauncher Inc.</developer_name>
<description>
<p>TLauncher is a popular alternative launcher for Minecraft, offering
several features over the official one, including:</p>
<ul>
<li>Access to every Minecraft version</li>
<li>One-click installs for Forge and Optifine</li>
<li>Mod-pack system</li>
<li>Custom system skins</li>
</ul>
</description>
<project_license>LicenseRef-proprietary</project_license>
<metadata_license>CC0-1.0</metadata_license>
<url type="homepage">https://tlauncher.org/en/</url>
<url type="bugtracker">https://tlauncher.org/en/send-bug-tlauncher.html</url>
<url type="donation">https://tlauncher.org/en/premium.html</url>
<url type="help">https://tlauncher.org/en/help.html</url>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/flathub/org.tlauncher.TLauncher/master/screenshots/launcher.png</image>
<caption>Launcher main menu</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">moderate</content_attribute>
<content_attribute id="violence-fantasy">moderate</content_attribute>
<content_attribute id="violence-bloodshed">mild</content_attribute>
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-info">moderate</content_attribute>
<content_attribute id="money-purchasing">intense</content_attribute>
</content_rating>
<releases>
<release date="2020-07-12" version="2.72">
<description>
<ul>
<li>Fixed a problem with achievements;</li>
<li>Fixed SSL problem when launching the TLauncher;</li>
<li>Fixed a crash game related to memory;</li>
</ul>
</description>
</release>
<release date="2020-07-02" version="2.71">
<description>
<ul>
<li>Updated some icons in the mod-pack system.</li>
<li>Some library repositories have been replaced with new ones.</li>
<li>Fixed null error when connecting to server.</li>
<li>Improvements and fixes for the stability of the program.</li>
</ul>
</description>
</release>
<release date="2020-02-27" version="2.69">
<description>
<ul>
<li>Added the Shaders tab to the Mod-pack system. Improving the appearance of the game has become much easier!</li>
<li>Improvements and fixes for the stability of the program.</li>
</ul>
</description>
</release>
</releases>
<launchable type="desktop-id">org.tlauncher.TLauncher.desktop</launchable>
<update_contact>jurf_at_riseup.net</update_contact>
</component>