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
Many Electron apps keep a small window open so that the user can see whether the app has finished updating or not. This is important, because otherwise the user may restart the app while it is installing, which can lead to ugly failures.
There is sample code for this somewhere on the Electron Builder site. I just need to find and apply it.
The text was updated successfully, but these errors were encountered:
It seems this isn't easy to implement. A better solution would be to allow the update to initiate while the app is still open, and to complete fully when shut down. Changed title to reflect this.
Jaifroid
changed the title
Keep a window open while the Electron app is auto-updating
Electron app with auto-update, do as much of the updating as possible while app is still open
Jul 13, 2023
Many Electron apps keep a small window open so that the user can see whether the app has finished updating or not. This is important, because otherwise the user may restart the app while it is installing, which can lead to ugly failures.
There is sample code for this somewhere on the Electron Builder site. I just need to find and apply it.
The text was updated successfully, but these errors were encountered: