Files
flameshot/docs/appdata
Boyuan Yang 42f6c8d501 appdata: Fix check errors
The following errors are found during appdata checking:

* org.flameshot.flameshot: missing-desktop-file
* flameshot.desktop: no-metainfo

The root cause is the lack of a <launchable type="desktop-id"> tag
in the metainfo file that references the name of .desktop file.
This commit fixes that.

(Another solution would be renaming flameshot.desktop to be
org.flameshot.flameshot.desktop.)
2020-09-21 12:02:53 -05:00
..