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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: