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
Scenario:
An application calls "quitAndInstall(false, true)", after downloading an available update.
The installer is triggered and runs in a dedicated subprocess.
Before the application terminates, the registered quitHandler triggers the installer one more time using default arguments isSilent=true and isRunAfter=false.
The application owner The application is not started after the update installation.
The text was updated successfully, but these errors were encountered:
MariaDima
added a commit
to MariaDima/electron-builder
that referenced
this issue
Mar 26, 2018
Electron-updater: 2.21.3
Scenario:
An application calls "quitAndInstall(false, true)", after downloading an available update.
The installer is triggered and runs in a dedicated subprocess.
Before the application terminates, the registered quitHandler triggers the installer one more time using default arguments isSilent=true and isRunAfter=false.
The application owner The application is not started after the update installation.
The text was updated successfully, but these errors were encountered: