Skip to content

Commit

Permalink
metainfo: Add environment to screenshots (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakano authored Dec 14, 2024
1 parent e4caf68 commit d452e27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/konbucase.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
</description>

<screenshots>
<screenshot type="default">
<screenshot type="default" environment="@DE@">
<caption>App window in the light mode</caption>
<image>https://raw.githubusercontent.com/ryonakano/konbucase/@VERSION@/data/screenshots/@DE@/screenshot-light.png</image>
</screenshot>

<screenshot>
<screenshot environment="@DE@:dark">
<caption>App window in the dark mode</caption>
<image>https://raw.githubusercontent.com/ryonakano/konbucase/@VERSION@/data/screenshots/@DE@/screenshot-dark.png</image>
</screenshot>
Expand Down

0 comments on commit d452e27

Please sign in to comment.