-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmetainfo.xml
105 lines (92 loc) · 3.67 KB
/
metainfo.xml
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.moonlight_mod.moonlight-installer</id>
<name>moonlight installer</name>
<summary>Installer for moonlight, yet another Discord client mod</summary>
<icon type="stock">io.github.moonlight_mod.moonlight-installer</icon>
<icon type="remote">https://raw.githubusercontent.com/moonlight-mod/moonlight-mod.github.io/refs/heads/main/public/favicon.png</icon>
<url type="homepage">https://moonlight-mod.github.io/</url>
<url type="bugtracker">https://github.com/moonlight-mod/moonlight-installer/issues</url>
<url type="contribute">https://github.com/moonlight-mod/moonlight-installer</url>
<url type="vcs-browser">https://github.com/moonlight-mod/moonlight-installer</url>
<branding>
<color type="primary">#fffba6</color>
</branding>
<developer id="io.github.moonlight-mod">
<name>moonlight devs</name>
</developer>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</supports>
<description>
<p>
moonlight is yet another Discord client mod, focused on providing a decent user and developer experience.
</p>
</description>
<categories>
<category>Utility</category>
</categories>
<keywords>
<keyword>Discord</keyword>
<keyword>moonlight</keyword>
<keyword>Discord modification</keyword>
<keyword>moonlight-mod</keyword>
</keywords>
<launchable type="desktop-id">io.github.moonlight_mod.moonlight-installer.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/moonlight-mod/moonlight-installer/refs/heads/main/assets/screenshot-linux.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/moonlight-mod/moonlight-mod.github.io/refs/heads/main/public/moonbase.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/moonlight-mod/moonlight-mod.github.io/refs/heads/main/public/moonbase-light.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="0.2.5" date="2025-01-20">
<url type="details">https://github.com/moonlight-mod/moonlight-installer/releases/tag/v0.2.5</url>
<description>
<p>moonlight-installer v0.2.5</p>
<ul>
<li>Added workaround for Flatpak installs</li>
</ul>
</description>
</release>
<release version="0.2.4" date="2025-01-18">
<url type="details">https://github.com/moonlight-mod/moonlight-installer/releases/tag/v0.2.4</url>
<description>
<p>moonlight-installer v0.2.4</p>
<ul>
<li>Fixed an issue where uninstalled Discord apps would still show as patchable</li>
</ul>
</description>
</release>
<release version="0.2.3" date="2025-01-16">
<url type="details">https://github.com/moonlight-mod/moonlight-installer/releases/tag/v0.2.3</url>
<description>
<p>moonlight-installer v0.2.3</p>
<ul>
<li>Fixed patching for real this time</li>
<li>More Flatpak changes</li>
</ul>
</description>
</release>
<release version="0.2.2" date="2025-01-16">
<url type="details">https://github.com/moonlight-mod/moonlight-installer/releases/tag/v0.2.2</url>
<description>
<p>moonlight-installer v0.2.2</p>
<ul>
<li>Cleaned up the internal installer code</li>
<li>Added support for Linux with Flatpak</li>
</ul>
</description>
</release>
</releases>
</component>