summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2016-01-09 16:13:37 +0100
committersfan5 <sfan5@live.de>2016-01-09 16:13:37 +0100
commit7510e0b55187c674adc14ac59e1bf8c574911ee3 (patch)
tree4769152a93a15d9c29076adf91b380c2951b5c3d /misc
parent2800ff0660922803bf432ca24fcc6fc69ba1e9c0 (diff)
downloadminetest-7510e0b55187c674adc14ac59e1bf8c574911ee3.tar.gz
minetest-7510e0b55187c674adc14ac59e1bf8c574911ee3.tar.bz2
minetest-7510e0b55187c674adc14ac59e1bf8c574911ee3.zip
Fix screenshot links in AppData file
Diffstat (limited to 'misc')
-rw-r--r--misc/minetest.appdata.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/minetest.appdata.xml b/misc/minetest.appdata.xml
index 6ef8b7f62..19d042805 100644
--- a/misc/minetest.appdata.xml
+++ b/misc/minetest.appdata.xml
@@ -28,8 +28,9 @@
</ul>
</description>
<screenshots>
- <screenshot type="default" width="1440" height="851">http://minetest.net/_media/screen2.png</screenshot>
- <screenshot width="1440" height="851">http://minetest.net/_media/screenshot_4032289578.png</screenshot>
+ <screenshot type="default" width="1920" height="1080">http://www.minetest.net/media/gallery/1.jpg</screenshot>
+ <screenshot width="1920" height="1080">http://www.minetest.net/media/gallery/3.jpg</screenshot>
+ <screenshot width="1920" height="1080">http://www.minetest.net/media/gallery/5.jpg</screenshot>
</screenshots>
<url type="homepage">http://minetest.net</url>
<updatecontact>sfan5@live.de</updatecontact>