-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from slonkazoid/main
add metainfo and desktop file
- Loading branch information
Showing
2 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
<?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/issues</url> | ||
<url type="contribute">https://github.com/moonlight-mod/moonlight</url> | ||
<url type="vcs-browser">https://github.com/moonlight-mod/moonlight</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>LGPL-3.0-or-later</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.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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Desktop Entry] | ||
Name=moonlight installer | ||
Exec=moonlight-installer | ||
Version=1.5 | ||
Type=Application | ||
Icon=io.github.moonlight_mod.moonlight-installer | ||
Comment=Installer for moonlight, yet another Discord client mod | ||
Categories=Utility | ||
Keywords=Discord;moonlight;Discord modification;moonlight-mod |