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
My code requests that electron-updater's autoUpdater (now referred to as just autoUpdater) should check for updates and then download that update. And then once the user has confirmed that they wish to proceed calls autoUpdater.quitAndInstall(). Then nothing happens.
I have attached a logger which does output that the update was installed. But when playing around with the code I see that the native event "downloaded-update" never gets emitted so squirrelDownloadedUpdate is always false.
The text was updated successfully, but these errors were encountered:
My code requests that
electron-updater
'sautoUpdater
(now referred to as justautoUpdater
) should check for updates and then download that update. And then once the user has confirmed that they wish to proceed callsautoUpdater.quitAndInstall()
. Then nothing happens.I have attached a logger which does output that the update was installed. But when playing around with the code I see that the native event
"downloaded-update"
never gets emitted sosquirrelDownloadedUpdate
is alwaysfalse
.The text was updated successfully, but these errors were encountered: