Skip to content

Commit

Permalink
fix links to pictures in the flatpak metainfo
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanueltouzery committed Jul 3, 2021
1 parent 5c5cbe2 commit d790956
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flatpak/com.github.emmanueltouzery.hotwire.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/wiki/emmanueltouzery/hotwire/pics/pic1.png</image>
<image>https://raw.githubusercontent.com/wiki/emmanueltouzery/hotwire/pic1.png</image>
<caption>Main Window</caption>
</screenshot>
<screenshot type="default">
<image>https://raw.githubusercontent.com/wiki/emmanueltouzery/hotwire/pics/pic2.png</image>
<image>https://raw.githubusercontent.com/wiki/emmanueltouzery/hotwire/pic2.png</image>
<caption>HTTP traffic</caption>
</screenshot>
<screenshot type="default">
<image>https://raw.githubusercontent.com/wiki/emmanueltouzery/hotwire/pics/pic3.png</image>
<image>https://raw.githubusercontent.com/wiki/emmanueltouzery/hotwire/pic3.png</image>
<caption>Dark mode and SSL</caption>
</screenshot>
</screenshots>
Expand Down

0 comments on commit d790956

Please sign in to comment.