mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Fix AppData XML to make it pass validation
- The translation key needs the .qm files to be included to work (so it's useless right now; the CMake script needs to be adjusted to install those files and make this key work properly) - The Purism custom keys don't seem to be relevant anymore (so that's another useless thing) - The donation key needs an URL to be useful (the FIXME is still left so it can be readded later)
This commit is contained in:
parent
df88eccfb7
commit
72c00a70f5
1 changed files with 0 additions and 6 deletions
|
@ -12,7 +12,6 @@
|
||||||
desktop app for Matrix that feels more like a mainstream
|
desktop app for Matrix that feels more like a mainstream
|
||||||
chat app.</p>
|
chat app.</p>
|
||||||
</description>
|
</description>
|
||||||
<translation/>
|
|
||||||
<languages>
|
<languages>
|
||||||
<lang>cs</lang>
|
<lang>cs</lang>
|
||||||
<lang>de</lang>
|
<lang>de</lang>
|
||||||
|
@ -37,10 +36,6 @@
|
||||||
<content_attribute id="social-chat">intense</content_attribute>
|
<content_attribute id="social-chat">intense</content_attribute>
|
||||||
<content_attribute id="social-audio">intense</content_attribute>
|
<content_attribute id="social-audio">intense</content_attribute>
|
||||||
</content_rating>
|
</content_rating>
|
||||||
<custom>
|
|
||||||
<value key="Purism::form_factor">workstation</value>
|
|
||||||
<value key="Purism::form_factor">mobile</value>
|
|
||||||
</custom>
|
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<image>https://nheko-reborn.github.io/images/screenshots/chat.png</image>
|
<image>https://nheko-reborn.github.io/images/screenshots/chat.png</image>
|
||||||
|
@ -94,5 +89,4 @@
|
||||||
<url type="translate">https://weblate.nheko.im/projects/nheko/</url>
|
<url type="translate">https://weblate.nheko.im/projects/nheko/</url>
|
||||||
|
|
||||||
<!--FIXME: where to donate to the application-->
|
<!--FIXME: where to donate to the application-->
|
||||||
<url type="donation"/>
|
|
||||||
</component>
|
</component>
|
||||||
|
|
Loading…
Reference in a new issue