[Packaging] add environment info to desktop screenshots, fix typo

Signed-off-by: Harry Bond <me@hbond.xyz>
This commit is contained in:
Harry Bond 2025-01-06 03:06:48 +00:00 committed by Konstantin Pastbin
parent 8d6b3a3d2f
commit 06bd35d931

View file

@ -96,19 +96,19 @@
<launchable type="desktop-id">app.organicmaps.desktop.desktop</launchable>
<screenshots>
<screenshot type="default">
<screenshot type="default" environment="plasma">
<image>https://organicmaps.app/images/screenshots/Desktop_light_routing.png</image>
<caption>Routing in dark mode</caption>
</screenshot>
<screenshot>
<image>https://organicmaps.app/images/screenshots/Desktop_dark_routing.png</image>
<caption>Routing in light mode</caption>
</screenshot>
<screenshot>
<screenshot environment="plasma:dark">
<image>https://organicmaps.app/images/screenshots/Desktop_dark_routing.png</image>
<caption>Routing in dark mode</caption>
</screenshot>
<screenshot environment="plasma">
<image>https://organicmaps.app/images/screenshots/Desktop_light_overview.png</image>
<caption>Map overview in light mode</caption>
</screenshot>
<screenshot>
<screenshot environment="plasma:dark">
<image>https://organicmaps.app/images/screenshots/Desktop_dark_overview.png</image>
<caption>Map overview in dark mode</caption>
</screenshot>