Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix quitAndInstall not working on macOS with autoInstallOnAppQuit=false
- Would never call nativeUpdater.checkForUpdates() if not installing on quit. Thus neither squirrelDownloadedUpdate was true nor the nativeUpdater's event "update-downloaded" be emitted. Leading to nothing happening. - This commit fixes it by calling the checkForUpdates() in MacUpdater.quitAndInstall() when necessary Signed-off-by: Sebastian Malton <sebastian@malton.name>
- Loading branch information