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

Breaking change in electron-updater caused by using Electron 11 #578

Closed
tub5 opened this issue Jun 28, 2021 · 4 comments · Fixed by #579
Closed

Breaking change in electron-updater caused by using Electron 11 #578

tub5 opened this issue Jun 28, 2021 · 4 comments · Fixed by #579
Labels

Comments

@tub5
Copy link
Contributor

tub5 commented Jun 28, 2021

CLI: 11.5.1.0
NuGet: 11.5.1

  • Target: win-x64

As per the ticket open for electron-updater all auto update applications will break. As this appears to be the route the developers of the package are heading, the Electron version used in this package should be updated to at least Electron 12.

Steps to Reproduce:

  1. Create a project with auto-updater enabled and properly set up
  2. See the application throw stating that Error: Cannot find module 'fs/promises'
@ekuchynski
Copy link

ekuchynski commented Jun 28, 2021

Also got this surprise today. Built and deployed updates refused to start on many user machines :( Please help. At least any temporary fix will also be helpful..

@lanluu
Copy link

lanluu commented Jun 30, 2021

We are suffering the same issue :-(. Any fix / hint is really appreciated.

@tub5
Copy link
Contributor Author

tub5 commented Jun 30, 2021

We are suffering the same issue :-(. Any fix / hint is really appreciated.

They have reverted to put the affected build of 4.0.9 of electron-updater as latest so you shouldn't have this issue for now. PR is in to upgrade our Electron version anyway and they will be reviewed tomorrow evening.

@lanluu
Copy link

lanluu commented Jun 30, 2021

We are suffering the same issue :-(. Any fix / hint is really appreciated.

They have reverted to put the affected build of 4.0.9 of electron-updater as latest so you shouldn't have this issue for now. PR is in to upgrade our Electron version anyway and they will be reviewed tomorrow evening.

Thank you for your information!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants