diff options
author | Joshua Stone <joshua.gage.stone@gmail.com> | 2020-12-10 11:43:37 -0500 |
---|---|---|
committer | Joshua Stone <joshua.gage.stone@gmail.com> | 2020-12-10 11:43:37 -0500 |
commit | 331f6df9e56d6d8f5784896ea2a26f509c52b257 (patch) | |
tree | b68a702420ce3ee6b89fcc6d407731b4bcfb87d7 /application | |
parent | e9b779aa77a28f723735a91398db1a05744074ea (diff) | |
download | PrismLauncher-331f6df9e56d6d8f5784896ea2a26f509c52b257.tar.gz PrismLauncher-331f6df9e56d6d8f5784896ea2a26f509c52b257.tar.bz2 PrismLauncher-331f6df9e56d6d8f5784896ea2a26f509c52b257.zip |
Improve metadata for screenshots
Diffstat (limited to 'application')
-rw-r--r-- | application/package/ubuntu/multimc/usr/share/metainfo/multimc.metainfo.xml | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/application/package/ubuntu/multimc/usr/share/metainfo/multimc.metainfo.xml b/application/package/ubuntu/multimc/usr/share/metainfo/multimc.metainfo.xml index 15f7fd1d..64b2f44d 100644 --- a/application/package/ubuntu/multimc/usr/share/metainfo/multimc.metainfo.xml +++ b/application/package/ubuntu/multimc/usr/share/metainfo/multimc.metainfo.xml @@ -23,11 +23,19 @@ </description> <screenshots> <screenshot type="default"> - <image type="source">https://multimc.org/images/screenshots/main.png</image> - <image type="source">https://multimc.org/images/screenshots/editmods.png</image> - <image type="source">https://multimc.org/images/screenshots/version.png</image> - <image type="source">https://multimc.org/images/screenshots/console.png</image> - <image type="source">https://multimc.org/images/screenshots/settings.png</image> + <image type="source" width="936" height="921">https://multimc.org/images/screenshots/main.png</image> + </screenshot> + <screenshot> + <image type="source" width="936" height="998">https://multimc.org/images/screenshots/editmods.png</image> + </screenshot> + <screenshot> + <image type="source" width="936" height="998">https://multimc.org/images/screenshots/version.png</image> + </screenshot> + <screenshot> + <image type="source" width="936" height="998">https://multimc.org/images/screenshots/console.png</image> + </screenshot> + <screenshot> + <image type="source" width="936" height="921">https://multimc.org/images/screenshots/settings.png</image> </screenshot> </screenshots> <releases> |