mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-02 17:35:36 -04:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user