Link kicad appdata with the desktop file

This link is needed to ensure appstream-builder finds
the icon for the program and includes it in the appstream
metadata for distribution software centers.

Fixes https://gitlab.com/kicad/code/kicad/issues/6593
This commit is contained in:
Ian McInerney 2020-12-02 19:37:15 +00:00
parent 64f555079a
commit 9c968b0ef7
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
<id>org.kicad_pcb.kicad</id> <id>org.kicad_pcb.kicad</id>
<name>KiCad</name> <name>KiCad</name>
<launchable type="desktop-id">kicad.desktop</launchable>
<project_license>GPL-3.0-or-later</project_license> <project_license>GPL-3.0-or-later</project_license>
<metadata_license>CC-BY-SA-4.0</metadata_license> <metadata_license>CC-BY-SA-4.0</metadata_license>