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

Update system #1010

Closed
farribeiro opened this issue Oct 5, 2016 · 1 comment
Closed

Update system #1010

farribeiro opened this issue Oct 5, 2016 · 1 comment
Labels

Comments

@farribeiro
Copy link

A update system for the program using the webtorrent protocol. Downloading by site and github is very slow. Identify the plaform and OS. Very effective for MSI(windows) packages and portable

@feross
Copy link
Member

feross commented Oct 5, 2016

We're going to solve the download slowness by using a CDN instead of relying on GitHub. See webtorrent/webtorrent.io#108

As for using the webtorrent protocol to update the app, that's a really cool idea! Unfortunately, I'm afraid that updating a desktop app in place, while it's running is not an easy problem. You have to ensure that the code signature for the app remains intact, as well as platform differences. It's not an easy problem.

I'd prefer to continue relying on the battle tested Squirrel updater included in Electron.

@feross feross added the question label Oct 5, 2016
@feross feross closed this as completed Oct 5, 2016
@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants