mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
appdata: Use screenshot direct raw link
Otherwise appstream validation will fail with screenshot-no-media error
This commit is contained in:
parent
b513af015c
commit
bdc3653cd6
1 changed files with 3 additions and 3 deletions
|
|
@ -14,9 +14,9 @@
|
|||
</description>
|
||||
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://github.com/rbreu/beeref/blob/main/images/screenshot.png?raw=true</image>
|
||||
</screenshot>
|
||||
<screenshot type="default">
|
||||
<image>https://raw.githubusercontent.com/rbreu/beeref/main/images/screenshot.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
|
||||
<releases>
|
||||
|
|
|
|||
Loading…
Reference in a new issue