diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2024-05-08 22:40:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 22:40:32 +0000 |
commit | 6e8f0cbf76056f44aac9ebd88b10c18614e3cca2 (patch) | |
tree | 9e6f935e3b78eed37504ee5d03d4979de7773d37 /resources | |
parent | Fix room mentions warning being displayed even without permissions (diff) | |
parent | Fix AppData XML to make it pass validation (diff) | |
download | nheko-6e8f0cbf76056f44aac9ebd88b10c18614e3cca2.tar.xz |
Merge pull request #1709 from TheComputerGuy96/flatpak/fix-appdata
Fix AppData XML to make it pass validation
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> |