electron / update-electron-app

🌲 A drop-in module that adds autoUpdating capabilities to Electron apps
MIT License
736 stars 131 forks source link

Incorrect information in README - "an update process that requires multiple application restarts" #136

Open anaisbetts opened 9 months ago

anaisbetts commented 9 months ago

Windows apps have an update process that requires multiple application restarts. You can use the electron-squirrel-startup module to improve this behavior.

Squirrel.Windows apps do not require multiple application restarts - if you are seeing this, this is a bug in your app because you are not handling Squirrel events properly (note that all Electron apps are automatically opted into this).

The advice to use electron-squirrel-startup is good though!