Skip to content
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

Enable Electron Auto Updater on Windows #287

Merged
merged 1 commit into from
Mar 4, 2022

Conversation

justinlampley
Copy link
Collaborator

This adds support for auto updating the configurator on Windows.

MacOS requires the binaries to be signed, so we can't support auto updates for it yet. There was a ticket opened for electron-builder to allow self signed certificates, but so far it has not got any traction electron-userland/electron-builder#6378.

The only build target that supports auto updating on Linux is AppImage, which we do not currently support as a installation method since it would necessitate bundling git and python in the image instead of letting the package manager handle the dependencies, but could be supported in the future.

image
image
image

@jurgelenas jurgelenas merged commit d15a1a9 into ExpressLRS:master Mar 4, 2022
@justinlampley justinlampley deleted the AutoUpdate branch March 23, 2022 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants