diff options
author | Echo J <tcg96nougat@gmail.com> | 2024-04-10 15:44:46 +0300 |
---|---|---|
committer | Echo J <tcg96nougat@gmail.com> | 2024-04-10 15:44:46 +0300 |
commit | 72c00a70f51a0e7cd277b9d0d25384116f2a4a53 (patch) | |
tree | c459a192eaf89e405e5ec95dec16bbc519730db7 /resources | |
parent | Workaround re2 cmake issue on AS runner (diff) | |
download | nheko-72c00a70f51a0e7cd277b9d0d25384116f2a4a53.tar.xz |
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)
Diffstat (limited to 'resources')
-rw-r--r-- | resources/nheko.appdata.xml.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/resources/nheko.appdata.xml.in b/resources/nheko.appdata.xml.in index e23c8d3a..51a43927 100644 --- a/resources/nheko.appdata.xml.in +++ b/resources/nheko.appdata.xml.in @@ -12,7 +12,6 @@ desktop app for Matrix that feels more like a mainstream chat app.</p> </description> - <translation/> <languages> <lang>cs</lang> <lang>de</lang> @@ -37,10 +36,6 @@ <content_attribute id="social-chat">intense</content_attribute> <content_attribute id="social-audio">intense</content_attribute> </content_rating> - <custom> - <value key="Purism::form_factor">workstation</value> - <value key="Purism::form_factor">mobile</value> - </custom> <screenshots> <screenshot type="default"> <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> <!--FIXME: where to donate to the application--> - <url type="donation"/> </component> |