You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With my other discussion I share my own installer/updater, however it is very much a separate layer that utilizes AppManager. It would be nice to integrate into the built in update mechanism.
Before I work on anything I would like to spitball a spec/proposal:
In AppManager we can alternatively supply a path to a executable - not sure how this would look in the UI, maybe just lets you paste the path directly into the Update Link.
Executables being passed here would be expected to support two subcommands (latest, download) that AppManager would leverage.
Workflow:
AppManager would call the/updater/executable latest and compare stdout against the current version
If same, no updates
Otherwise, then call the/updater/executable download and use stdout as a valid path to an AppImage
A very rough draft of how this would be expected to function and documented. But this would offer alot of flexibility for specific needs when you have closed source AppImages.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
With my other discussion I share my own installer/updater, however it is very much a separate layer that utilizes AppManager. It would be nice to integrate into the built in update mechanism.
Before I work on anything I would like to spitball a spec/proposal:
In AppManager we can alternatively supply a path to a executable - not sure how this would look in the UI, maybe just lets you paste the path directly into the Update Link.
Executables being passed here would be expected to support two subcommands (latest, download) that AppManager would leverage.
Workflow:
the/updater/executable latestand compare stdout against the current versionthe/updater/executable downloadand use stdout as a valid path to an AppImageA very rough draft of how this would be expected to function and documented. But this would offer alot of flexibility for specific needs when you have closed source AppImages.
Beta Was this translation helpful? Give feedback.
All reactions