-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Downloading builds(updates) more than once even if downloaded already #3003
Comments
@develar, @MariaDima Can you please help me out here? I found that return (0, _lodash().default)(_this.versionInfo, versionInfo) && (0, _lodash().default)(_this.fileInfo, fileInfo) && (yield (0, _fsExtraP().pathExists)(updateFile)); Scenario:
|
While digging down deep I found that somehow URL constructor in Below is console log of
|
I am facing issues with electron-updater. Currently, electron updater downloads a new version of builds every time when it checks for an update even if that new version has been downloaded already. So considering application size is 50 MB then every time when it checks for an update, it uses 50MB of client's data and server bandwidth.
I know that Github issues are not for questions so I have already asked this on StackOverflow as well but did not get any help yet. Detail of this is available here:- https://stackoverflow.com/questions/50744254/electron-auto-updater-downloading-multiple-builds
My other problem is similar to #3000 . So I haven't specified details here but you can get it on the stack.
My package json is
The text was updated successfully, but these errors were encountered: