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:
parent
64f555079a
commit
9c968b0ef7
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue