appdata: Update appdata

- Add missing the launchable and content_rating tags
This commit is contained in:
Sabri Ünal
2023-11-27 08:08:08 +03:00
parent b2718fdef3
commit 1a7bebc1af

View File

@ -2,6 +2,7 @@
<component type="desktop-application">
<id>@APP_ID@.desktop</id>
<translation type="gettext">sysprof</translation>
<launchable type="desktop-id">@APP_ID@.desktop</launchable>
<name>Sysprof</name>
<summary>Profile an application or entire system</summary>
<project_license>GPL-3.0+</project_license>
@ -45,4 +46,5 @@
<metadata_license>CC0-1.0</metadata_license>
<update_contact>chergert_AT_redhat.com</update_contact>
<content_rating type="oars-1.0" />
</component>