Skip to content

Commit

Permalink
Merge pull request #19 from slonkazoid/main
Browse files Browse the repository at this point in the history
add metainfo and desktop file
  • Loading branch information
Cynosphere authored Jan 17, 2025
2 parents a1181a5 + 34c156a commit 22d2bd2
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 0 deletions.
87 changes: 87 additions & 0 deletions metainfo.xml
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>
9 changes: 9 additions & 0 deletions moonlight-installer.desktop
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

0 comments on commit 22d2bd2

Please sign in to comment.