mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-06 20:54:26 +08:00
Fix screenshot reference
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
07c62cca53
commit
213d59c87f
1 changed files with 4 additions and 1 deletions
|
@ -29,7 +29,10 @@
|
|||
<project_license>GPL-3.0+</project_license>
|
||||
|
||||
<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>
|
||||
|
||||
<releases>
|
||||
|
|
Loading…
Add table
Reference in a new issue