You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to uninstall old application files. Please try running the installer again.: 2
We're prompting the user to update via a banner. If the user proceeds, the frontend calls ipcRenderer.invoke which the backend receives and just calls autoUpdater.downloadUpdate().
So I believe we're not interfering with anything as much as we can. The app - in many cases, which makes this not reproducible for us - closes successfully, performs the update and reboots after. Works as intended, until it doesnt. In some cases, as that's been the solution, there's lingering processes.
Is there something we can do on our end to improve the situation?
The text was updated successfully, but these errors were encountered:
What version of electron-builder/updater are you using? That error message looks very familiar as I recall applying a fix that I think might be related to what you're encountering. (Still trying to find the PR)
The exact error message is:
We're prompting the user to update via a banner. If the user proceeds, the frontend calls
ipcRenderer.invoke
which the backend receives and just callsautoUpdater.downloadUpdate()
.This is our
autoUpdater.on('update-downloaded':
So I believe we're not interfering with anything as much as we can. The app - in many cases, which makes this not reproducible for us - closes successfully, performs the update and reboots after. Works as intended, until it doesnt. In some cases, as that's been the solution, there's lingering processes.
Is there something we can do on our end to improve the situation?
The text was updated successfully, but these errors were encountered: