Skip to content

Commit

Permalink
appdata: Fix my mistake
Browse files Browse the repository at this point in the history
"Icons and categories

If there’s a type="desktop-id" launchable, they get pulled from it.
Most of the icon not found errors with the flathub builder can be
traced down to the launchable value not matching the desktop file name.

Don’t set them in the AppData unless you want to override them
(even though then it might be a better idea to patch the desktop file
itself)."

More information: https://docs.flathub.org/docs/for-app-authors/appdata-guidelines/#icons-and-categories
  • Loading branch information
yakushabb committed Dec 28, 2023
1 parent 00ea158 commit ddc7d2d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions data/com.github.maoschanz.drawing.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@
<p>Supported file types include PNG, JPEG and BMP.</p>
</description>

<categories>
<category>Graphics</category>
</categories>

<keywords>
<keyword translate="no">drawing</keyword>
<keyword>Paint</keyword>
<keyword>Sketch</keyword>
<keyword>Pencil</keyword>
</keywords>

<releases>
<release version="1.2.0" date="2023-04-29">
<!-- TODO actual date -->
Expand Down

0 comments on commit ddc7d2d

Please sign in to comment.