Skip to content

Commit

Permalink
appdata: Fix images size
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseExposito committed Oct 15, 2021
1 parent 1d74357 commit f7f85b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/app.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<screenshots>
<screenshot type="default">
<caption>Touché main window</caption>
<image type="source" width="1000" height="750">https://raw.githubusercontent.com/JoseExposito/touche/master/.github/images/adwaita.png</image>
<image type="source" width="1022" height="797">https://raw.githubusercontent.com/JoseExposito/touche/master/.github/images/adwaita.png</image>
</screenshot>
<screenshot>
<caption>Touché main window in dark mode</caption>
<image type="source" width="1000" height="750">https://raw.githubusercontent.com/JoseExposito/touche/master/.github/images/adwaita-dark.png</image>
<image type="source" width="928" height="727">https://raw.githubusercontent.com/JoseExposito/touche/master/.github/images/adwaita-dark.png</image>
</screenshot>
</screenshots>
<releases>
Expand Down

0 comments on commit f7f85b2

Please sign in to comment.