Split release info into separate releases.xml and add branding colours for Flathub

This commit is contained in:
Florian Piesche
2024-09-06 20:26:56 +01:00
parent ef272fca8b
commit a2272d8a2e
2 changed files with 15 additions and 3 deletions

View File

@@ -6,6 +6,10 @@
<name>Aerofoil Contributors</name>
<url>https://github.com/elasota/Aerofoil/graphs/contributors</url>
</developer>
<branding>
<color type="primary" scheme_preference="light">#ffcc99</color>
<color type="primary" scheme_preference="dark">#6b3838</color>
</branding>
<summary>A modern cross-platform port of Glider PRO, the classic Macintosh paper airplane game</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
@@ -31,9 +35,7 @@
<categories>
<category>Game</category>
</categories>
<releases>
<release version="1.1.2" date="2021-11-10"/>
</releases>
<releases type="external" />
<content_rating type="oars-1.1"></content_rating>
<update_contact>https://github.com/elasota</update_contact>
</component>

View File

@@ -0,0 +1,10 @@
<releases>
<release version="1.1.2" date="2021-11-10">
<url>https://github.com/elasota/Aerofoil/releases/tag/1.1.2</url>
<description>
<p>Added gamepad support to Android and fixed gamepads not working
on other platforms.</p>
<p>Split off comand-line import tools to a separate package.</p>
</description>
</release>
</releases>