ea-todo icon indicating copy to clipboard operation
ea-todo copied to clipboard

Application is reloading itself when I fire autoUpdater.checkForUpdates();

Open bjdash opened this issue 8 years ago • 0 comments

I am extending your script and reusing with my app but facing one weird issue. I have a app built as win64 with squirrel. When I fire autoUpdater.checkForUpdates(); to check for updates, my application reloads (not restart) itself (the window stays open, in reloads the index.html). Then it fires all remaining events like update-available, update-downloaded etc . If I restart my application then I can see that its updated to the new version. But reloading itself while checking for update is not a good user experience.

bjdash avatar Mar 03 '17 09:03 bjdash