Merge pull request #279 from michel-slm/fix-screenshot-urls-in-appstream

Fix screenshot URLs in appstream
This commit is contained in:
Maxime Schmitt
2024-07-27 12:54:08 +02:00
committed by GitHub

View File

@@ -27,11 +27,11 @@
<screenshots>
<screenshot type="default">
<caption>The nvtop interface</caption>
<image>https://github.com/Syllo/nvtop/blob/master/screenshot/NVTOP_ex1.png</image>
<image>https://raw.githubusercontent.com/Syllo/nvtop/master/screenshot/NVTOP_ex1.png</image>
</screenshot>
<screenshot>
<caption>The nvtop option screen</caption>
<image>https://github.com/Syllo/nvtop/blob/master/screenshot/Nvtop-config.png</image>
<image>https://raw.githubusercontent.com/Syllo/nvtop/master/screenshot/Nvtop-config.png</image>
</screenshot>
</screenshots>