ea-todo
ea-todo copied to clipboard
Application is reloading itself when I fire autoUpdater.checkForUpdates();
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.