-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Feature Electron App #20
Comments
Recap: idea is to use https://github.com/vercel/hazel for Win & Mac, for Linux just show the update notification with download button because there is no standardized way to load updates yet. |
Two things to update:
|
This actually only applies to remote environments. When the electron app is updated, the new launcher version comes with it (in case the new xud-ui version with the latest launcher is released, which should be the practice) and it defines the versions, so there is no need to update the local xud-docker environment separately. When the app is restarted, new containers are pulled and the whole environment gets updated at once. |
Right. Good. How could an update of a remote environment work though if I am connecting to it via the Electron App / browser via the build-in web app of the proxy container? |
I think the exact implementation of remote environments should be discussed and/or decided in #88. |
Seems that https://www.electronjs.org/docs/tutorial/updates#using-updateelectronjsorg would be sufficient instead of hazel. In both ways the code-signing is required at least for macOS. |
I am taking care of an Apple developer account today. |
Enable updating the application without manually downloading and installing a new version.
The text was updated successfully, but these errors were encountered: