Skip to content

Commit ddec680

Browse files
authored
feat(appdata): add missing the launchable tag (#173)
This tag is optional but in use most of GNOME apps. "This optional tag indicates possible methods to launch the software described in this component" More information: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-launchable
1 parent 987d88c commit ddec680

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data/dev.geopjr.Collision.metainfo.xml.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@
173173
<release version="1.0.1" date="2021-02-11" />
174174
</releases>
175175
<content_rating type="oars-1.1" />
176+
<provides>
177+
<binary>collision</binary>
178+
</provides>
179+
<launchable type="desktop-id">dev.geopjr.Collision.desktop</launchable>
176180
<translation type="gettext">dev.geopjr.Collision</translation>
177181
<requires>
178182
<display_length compare="ge">360</display_length>

0 commit comments

Comments
 (0)