Skip to content

Commit 6d04f9f

Browse files
committed
fix: remove height and width in screenshots
They aren't needed when images have type set to `source`
1 parent 39820ee commit 6d04f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/com.ranfdev.Geopard.metainfo.xml.in.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
</description>
4141

4242
<screenshots>
43-
<screenshot type="default" height="722" width="1022">
43+
<screenshot type="default">
4444
<image type="source">https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/1.png</image>
4545
</screenshot>
46-
<screenshot height="752" width="442">
46+
<screenshot>
4747
<image type="source">https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/2.png</image>
4848
</screenshot>
49-
<screenshot height="752" width="442">
49+
<screenshot>
5050
<image type="source">https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/3.png</image>
5151
</screenshot>
5252
</screenshots>

0 commit comments

Comments
 (0)