diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-03-09 21:41:01 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-03-09 21:41:01 +0100 |
commit | 6bb41b13cc27fd045edefd44d38e3f8aba7d91a7 (patch) | |
tree | c8c9b9af8f75c0b5df2e493a7dddf7348d8467c0 | |
parent | 612e8caa785adf53475a0561958bdc006b936f92 (diff) |
Update screenshots in appdata
-rw-r--r-- | resources/nheko.appdata.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/resources/nheko.appdata.xml b/resources/nheko.appdata.xml index 4d09123c..c57fd118 100644 --- a/resources/nheko.appdata.xml +++ b/resources/nheko.appdata.xml @@ -38,16 +38,19 @@ </content_rating> <screenshots> <screenshot type="default"> - <image>https://nheko-reborn.github.io/images/screenshots/chat-resized.png</image> + <image>https://nheko-reborn.github.io/images/screenshots/chat.png</image> </screenshot> <screenshot> - <image>https://nheko-reborn.github.io/images/screenshots/Start-resized.png</image> + <image>https://nheko-reborn.github.io/images/screenshots/Start.png</image> </screenshot> <screenshot> - <image>https://nheko-reborn.github.io/images/screenshots/settings-resized.png</image> + <image>https://nheko-reborn.github.io/images/screenshots/settings.png</image> </screenshot> <screenshot> - <image>https://nheko-reborn.github.io/images/screenshots/login-resized.png</image> + <image>https://nheko-reborn.github.io/images/screenshots/login.png</image> + </screenshot> + <screenshot> + <image>https://nheko-reborn.github.io/images/screenshots/mobile.png</image> </screenshot> </screenshots> <url type="homepage">https://github.com/Nheko-Reborn/nheko</url> |