mijorus/gearlever

documentation for devs on adding AppImage update support

Closed this issue · 2 comments

Is there documentation anywhere for devs on adding AppImage update support as described by https://mijorus.it/posts/gearlever/update-url-info/

Is there documentation anywhere for devs on adding AppImage update support as described by https://mijorus.it/posts/gearlever/update-url-info/

Gear Lever reads update information directly from the embedded data, as specified in the App image standard.

https://docs.appimage.org/packaging-guide/optional/updates.html

thank you, I didn't know that the AppImage standard had a specification for updates. I had assumed the gear lever implementation was a bespoke implementation.