mijorus / gearlever

Manage AppImages with ease 📦
https://mijorus.it/projects/gearlever
GNU General Public License v3.0
429 stars 15 forks source link

documentation for devs on adding AppImage update support #104

Closed aarron-lee closed 1 month ago

aarron-lee commented 1 month ago

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

mijorus commented 1 month ago

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

aarron-lee commented 1 month ago

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.