appdata: Update appstream usage for desktop applications
This commit is contained in:
parent
13b6a40b9c
commit
2dd7636134
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component type="addon">
|
<component type="addon">
|
||||||
<id>io.github.Hexchat.Plugin.@NAME@</id>
|
<id>io.github.Hexchat.Plugin.@NAME@</id>
|
||||||
<extends>io.github.Hexchat.desktop</extends>
|
<extends>io.github.Hexchat</extends>
|
||||||
<name>@NAME@ Plugin</name>
|
<name>@NAME@ Plugin</name>
|
||||||
<summary>@SUMMARY@</summary>
|
<summary>@SUMMARY@</summary>
|
||||||
<url type="homepage">https://hexchat.github.io/</url>
|
<url type="homepage">https://hexchat.github.io/</url>
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component type="desktop">
|
<component type="desktop-application">
|
||||||
<id>io.github.Hexchat.desktop</id>
|
<id>io.github.Hexchat</id>
|
||||||
<name>HexChat</name>
|
<name>HexChat</name>
|
||||||
|
<launchable type="desktop-id">io.github.Hexchat.desktop</launchable>
|
||||||
<developer_name>HexChat</developer_name>
|
<developer_name>HexChat</developer_name>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<project_license>GPL-2.0+</project_license>
|
<project_license>GPL-2.0+</project_license>
|
||||||
|
Loading…
Reference in New Issue
Block a user