In app updater
#1411
Replies: 1 comment 2 replies
-
On what operating system do you use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now when an update is released it requires going to github downloading the file and extracting it. Then updating the binaries where ever you have it installed with the new ones. This is a cumbersome process but typically fairly easy and straight forward. It becomes more annoying though if there are multiple releases in a short period of time.
The user then can either turn off updates which is probably not recommended or update each version as they release. I propose 2 ideas that could be done independently or at the same time.
I think doing both options is a good idea but doing option 1 shouldn't be too difficult to implement while a more long term solution is developed like option 2.
Beta Was this translation helpful? Give feedback.
All reactions