fix(desktop): pin metainfo screenshot URLs to a commit SHA

Flathub requires immutable URLs for screenshot metadata; a branch ref
like main can move and break validation.
This commit is contained in:
James Rich
2026-07-01 10:44:40 -05:00
parent fce37d60fb
commit f6c83e40f6

View File

@@ -75,19 +75,19 @@
<screenshots>
<screenshot type="default">
<caption>Track every node on the mesh at a glance</caption>
<image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/main/desktopApp/packaging/linux/screenshots/meshtastic-desktop-02-nodes.png</image>
<image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/fce37d60fbb54878549de8bd03cf102e4042808e/desktopApp/packaging/linux/screenshots/meshtastic-desktop-02-nodes.png</image>
</screenshot>
<screenshot>
<caption>Chat with your mesh, channel by channel</caption>
<image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/main/desktopApp/packaging/linux/screenshots/meshtastic-desktop-03-messages.png</image>
<image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/fce37d60fbb54878549de8bd03cf102e4042808e/desktopApp/packaging/linux/screenshots/meshtastic-desktop-03-messages.png</image>
</screenshot>
<screenshot>
<caption>Connect over Bluetooth, USB, or Wi-Fi</caption>
<image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/main/desktopApp/packaging/linux/screenshots/meshtastic-desktop-01-connections.png</image>
<image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/fce37d60fbb54878549de8bd03cf102e4042808e/desktopApp/packaging/linux/screenshots/meshtastic-desktop-01-connections.png</image>
</screenshot>
<screenshot>
<caption>Full radio and module configuration</caption>
<image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/main/desktopApp/packaging/linux/screenshots/meshtastic-desktop-04-settings.png</image>
<image>https://raw.githubusercontent.com/meshtastic/Meshtastic-Android/fce37d60fbb54878549de8bd03cf102e4042808e/desktopApp/packaging/linux/screenshots/meshtastic-desktop-04-settings.png</image>
</screenshot>
</screenshots>