diff options
author | bunnei <bunneidev@gmail.com> | 2023-01-21 06:02:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-21 06:02:38 +0100 |
commit | 380dcde1541bd7b297d5a9c71260a3e42e19af9f (patch) | |
tree | 589320abd8b305c5a4777ef6c254d39a784d0658 | |
parent | Merge pull request #9611 from liamwhite/patch-1 (diff) | |
parent | fix(dist): wrap screenshots in <image> tags (diff) | |
download | yuzu-380dcde1541bd7b297d5a9c71260a3e42e19af9f.tar yuzu-380dcde1541bd7b297d5a9c71260a3e42e19af9f.tar.gz yuzu-380dcde1541bd7b297d5a9c71260a3e42e19af9f.tar.bz2 yuzu-380dcde1541bd7b297d5a9c71260a3e42e19af9f.tar.lz yuzu-380dcde1541bd7b297d5a9c71260a3e42e19af9f.tar.xz yuzu-380dcde1541bd7b297d5a9c71260a3e42e19af9f.tar.zst yuzu-380dcde1541bd7b297d5a9c71260a3e42e19af9f.zip |
Diffstat (limited to '')
-rw-r--r-- | dist/org.yuzu_emu.yuzu.metainfo.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dist/org.yuzu_emu.yuzu.metainfo.xml b/dist/org.yuzu_emu.yuzu.metainfo.xml index fa3935c36..cfd174174 100644 --- a/dist/org.yuzu_emu.yuzu.metainfo.xml +++ b/dist/org.yuzu_emu.yuzu.metainfo.xml @@ -53,10 +53,10 @@ SPDX-License-Identifier: CC0-1.0 <developer_name>yuzu Emulator Team</developer_name> <content_rating type="oars-1.0"/> <screenshots> - <screenshot type="default">https://raw.githubusercontent.com/yuzu-emu/yuzu-emu.github.io/master/images/screenshots/001-Super%20Mario%20Odyssey%20.png</screenshot> - <screenshot>https://raw.githubusercontent.com/yuzu-emu/yuzu-emu.github.io/master/images/screenshots/004-The%20Legend%20of%20Zelda%20Skyward%20Sword%20HD.png</screenshot> - <screenshot>https://raw.githubusercontent.com/yuzu-emu/yuzu-emu.github.io/master/images/screenshots/007-Pokemon%20Sword.png</screenshot> - <screenshot>https://raw.githubusercontent.com/yuzu-emu/yuzu-emu.github.io/master/images/screenshots/010-Hyrule%20Warriors%20Age%20of%20Calamity.png</screenshot> - <screenshot>https://raw.githubusercontent.com/yuzu-emu/yuzu-emu.github.io/master/images/screenshots/039-Pok%C3%A9mon%20Mystery%20Dungeon%20Rescue%20Team%20DX.png.png.png</screenshot> + <screenshot type="default"><image>https://raw.githubusercontent.com/yuzu-emu/yuzu-emu.github.io/master/images/screenshots/001-Super%20Mario%20Odyssey%20.png</image></screenshot> + <screenshot><image>https://raw.githubusercontent.com/yuzu-emu/yuzu-emu.github.io/master/images/screenshots/004-The%20Legend%20of%20Zelda%20Skyward%20Sword%20HD.png</image></screenshot> + <screenshot><image>https://raw.githubusercontent.com/yuzu-emu/yuzu-emu.github.io/master/images/screenshots/007-Pokemon%20Sword.png</image></screenshot> + <screenshot><image>https://raw.githubusercontent.com/yuzu-emu/yuzu-emu.github.io/master/images/screenshots/010-Hyrule%20Warriors%20Age%20of%20Calamity.png</image></screenshot> + <screenshot><image>https://raw.githubusercontent.com/yuzu-emu/yuzu-emu.github.io/master/images/screenshots/039-Pok%C3%A9mon%20Mystery%20Dungeon%20Rescue%20Team%20DX.png.png.png</image></screenshot> </screenshots> </component> |