chore(AppStream): add launchable and developer info to metainfo.xml

This commit is contained in:
Gary Wang 2023-06-28 22:11:30 +08:00
parent 7db7cfd85a
commit 1431f2b9d0
No known key found for this signature in database
GPG Key ID: 5D30A4F15EA78760

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<component type="desktop-application"> <component type="desktop-application">
<id>net.blumia.pineapple-pictures</id> <id>net.blumia.pineapple-pictures</id>
<launchable type="desktop-id">net.blumia.pineapple-pictures.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license> <project_license>MIT</project_license>
<name>Pineapple Pictures</name> <name>Pineapple Pictures</name>
@ -13,6 +14,7 @@
</description> </description>
<url type="homepage">https://github.com/BLumia/pineapple-pictures</url> <url type="homepage">https://github.com/BLumia/pineapple-pictures</url>
<url type="bugtracker">https://github.com/BLumia/pineapple-pictures/issues</url> <url type="bugtracker">https://github.com/BLumia/pineapple-pictures/issues</url>
<developer_name>Gary (BLumia) Wang et al.</developer_name>
<provides> <provides>
<binary>ppic</binary> <binary>ppic</binary>
</provides> </provides>