Skip to content

Commit

Permalink
Update appdata.xml
Browse files Browse the repository at this point in the history
The appdata.xml doesn't pass validation of flathub

1. The `launchable` tag is nowadays required
2. Flatpak doesn't like the beta releases. In the end, it only made sense to remove them from the xml
  • Loading branch information
Hofer-Julian committed Jan 10, 2024
1 parent 1d85cb4 commit 59fbcf4
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.borgbase.Vorta</id>
<launchable type="desktop-id">com.borgbase.Vorta.desktop</launchable>
<name>Vorta</name>
<project_license>GPL-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
Expand Down Expand Up @@ -40,25 +41,13 @@
</screenshot>
</screenshots>
<releases>
<release version="v0.9.1-beta3" date="2023-11-30" urgency="low">
<release version="v0.9.1" date="2024-01-10" urgency="low">
<description>
<ul>
<li>First production 0.9 release</li>
<li>Exclude GUI. By @diivi (#1846)</li>
<li>Backup settings.db before migrations. By @AdwaitSalankar (#1848)</li>
<li>Loosen platformdirs dependency (#1843)</li>
</ul>
</description>
</release>
<release version="v0.9.1" date="2024-01-10" urgency="low">
<description>
<ul>
<li>First production 0.9 release</li>
</ul>
</description>
</release>
<release version="v0.9.1-beta2" date="2023-10-27" urgency="low">
<description>
<ul>
<li>Unit test improvements and coverage increase. By @bigtedde (#1787)</li>
<li>Profile sidebar and new setting interface. By @bigtedde (#1809)</li>
<li>Update macOS notarization for use with notarytool (#1831)</li>
Expand Down

0 comments on commit 59fbcf4

Please sign in to comment.