Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make quitAndInstall work on macos #873

Merged
merged 2 commits into from
Mar 15, 2019
Merged

Conversation

olizilla
Copy link
Member

gotta clear all listeners on all the windows for quitAndInstall
to work. Now auto-update works as expected on mac.

thanks to the proposed fix on this issue:
electron-userland/electron-builder#1604 (comment)

fixes: #851

License: MIT
Signed-off-by: Oli Evans [email protected]

gotta clear all listeners on all the windows for quitAndInstall
to work. Now auto-update works as expected on mac.

thanks to the proposed fix on this issue:
electron-userland/electron-builder#1604 (comment)

License: MIT
Signed-off-by: Oli Evans <[email protected]>
@ghost ghost assigned olizilla Mar 15, 2019
@ghost ghost added the in progress label Mar 15, 2019
@olizilla
Copy link
Member Author

I'm still testing this out, as i think IFPS shutdown time can still prevent it from working.

License: MIT
Signed-off-by: Oli Evans <[email protected]>
@olizilla olizilla changed the title wip: make quitAndInstall work on macos fix: make quitAndInstall work on macos Mar 15, 2019
Copy link
Member

@hacdias hacdias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!! Thanks 🎊

@hacdias hacdias merged commit 28c8b85 into master Mar 15, 2019
@hacdias hacdias deleted the fix-quit-and-install branch March 15, 2019 12:23
@ghost ghost removed the in progress label Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update on macOS needs to be manually restarted
2 participants