Use official "cockpit-manifest" launchable type

The "cockpit-package" type was only a proposal.

Fixes #7
Closes #12
This commit is contained in:
Marius Vollmer 2017-10-19 15:31:29 +03:00
parent fb3ce721b2
commit c7f5ed7d5a

View file

@ -11,5 +11,5 @@
</p> </p>
</description> </description>
<extends>cockpit.desktop</extends> <extends>cockpit.desktop</extends>
<launchable type="cockpit-package">starter-cockpit</launchable> <launchable type="cockpit-manifest">starter-cockpit</launchable>
</component> </component>