-
Notifications
You must be signed in to change notification settings - Fork 43
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
electron-updater autoUpdater.quitAndInstall() don't relaunch. #140
Comments
Without more details on how it fails I'm not sure I can be of much help. Generally speaking you should not be seeing any differences in behavior between stock Electron and ECS, except that you are effectively waiting for the CDM to become available the you call For the issue that you are seeing, what is the effect of the update in more detail? The old instance quits and tries to relaunch, but hangs? Fails to execue at all with some error? Something else? |
I don't have much information either, there is no error message, it just closes the old instance and doesn't relaunch, there is no indication of a crash. The output messages log are:
Stopped working when changing Electron to ECS, even the components.whenReady() call. Thanks for trying |
But the updated version is possible to launch manually? |
Yes |
I create a quasar-vite scaffold for electron and electron-updater with electron-builder package (AppImage in Linux) work fine with electron original, i changed to castlabs/electron, the autoupdater work fine on download new version and can't relaunch with newer version.
quasar: 2.6.0
castlabs/electron: 21.2.3+wvcus
electron-updater: 5.3.0
electron-builder: 23.6.0
Thank you.
The text was updated successfully, but these errors were encountered: