Skip to content

Commit

Permalink
AppImage AppData: fix not shown as a desktop application (#10076)
Browse files Browse the repository at this point in the history
To make it shown as a desktop application and listed on flathub.org, the app data must mark it as a desktop application: https://github.com/flathub/flathub/wiki/AppData-Guidelines#header
  • Loading branch information
proletarius101 committed Feb 3, 2023
1 parent 731b802 commit 50b2267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/appimage/koreader.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<component>
<component type="desktop-application">
<id>rocks.koreader.KOReader</id>
<launchable type="desktop-id">rocks.koreader.KOReader.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
Expand Down

0 comments on commit 50b2267

Please sign in to comment.