`<launchable>` must coincide with the actual URL path defined by the manifest. Remove the period from `<summary>`, as the spec [1] suggests. [1] https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#sect-Metadata-GenericComponent Closes #350
14 lines
450 B
XML
14 lines
450 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="addon">
|
|
<id>org.cockpit_project.starter_kit</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<name>Starter Kit</name>
|
|
<summary>Scaffolding for a cockpit module</summary>
|
|
<description>
|
|
<p>
|
|
Scaffolding for a cockpit module.
|
|
</p>
|
|
</description>
|
|
<extends>org.cockpit_project.cockpit</extends>
|
|
<launchable type="cockpit-manifest">starter-kit</launchable>
|
|
</component>
|