mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Do not use icons in MetaInfo (#336)
This commit is contained in:
parent
7b6c5df268
commit
3355eb2d26
1 changed files with 3 additions and 3 deletions
|
@ -1,20 +1,21 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<component type="console-application">
|
<component type="console-application">
|
||||||
<id>iamb</id>
|
<id>chat.iamb.iamb</id>
|
||||||
|
|
||||||
<name>iamb</name>
|
<name>iamb</name>
|
||||||
<summary>A terminal Matrix client for Vim addicts</summary>
|
<summary>A terminal Matrix client for Vim addicts</summary>
|
||||||
<url type="homepage">https://iamb.chat</url>
|
<url type="homepage">https://iamb.chat</url>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.0.9" date="2024-03-28"/>
|
|
||||||
<release version="0.0.10" date="2024-08-20"/>
|
<release version="0.0.10" date="2024-08-20"/>
|
||||||
|
<release version="0.0.9" date="2024-03-28"/>
|
||||||
</releases>
|
</releases>
|
||||||
|
|
||||||
<developer id="dev.ulyssa">
|
<developer id="dev.ulyssa">
|
||||||
<name>Ulyssa</name>
|
<name>Ulyssa</name>
|
||||||
</developer>
|
</developer>
|
||||||
|
|
||||||
|
<developer_name>Ulyssa</developer_name>
|
||||||
<metadata_license>CC-BY-SA-4.0</metadata_license>
|
<metadata_license>CC-BY-SA-4.0</metadata_license>
|
||||||
<project_license>Apache-2.0</project_license>
|
<project_license>Apache-2.0</project_license>
|
||||||
|
|
||||||
|
@ -38,7 +39,6 @@
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<icon type="remote">https://iamb.chat/images/iamb.svg</icon>
|
|
||||||
<launchable type="desktop-id">iamb.desktop</launchable>
|
<launchable type="desktop-id">iamb.desktop</launchable>
|
||||||
|
|
||||||
<categories>
|
<categories>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue