mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 21:55:54 +08:00
Fix screenshot reference (#2488)
to conform to AppStream metainfo standard See https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-screenshots
This commit is contained in:
parent
ae2119131b
commit
17aa641655
1 changed files with 4 additions and 1 deletions
|
@ -29,7 +29,10 @@
|
||||||
<project_license>GPL-3.0+</project_license>
|
<project_license>GPL-3.0+</project_license>
|
||||||
|
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">https://getmailspring.com/static/img/hero_graphic_linux@2x.png</screenshot>
|
<screenshot type="default">
|
||||||
|
<caption>Mailspring Hero</caption>
|
||||||
|
<image type="source">https://getmailspring.com/static/img/hero_graphic_linux@2x.png</image>
|
||||||
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
|
Loading…
Add table
Reference in a new issue