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 relaunch fail after update on mac #1041

Merged
merged 2 commits into from
Dec 7, 2018

Commits on Dec 7, 2018

  1. Prevent registerWithSparkle is called twice

    It could be called twice when browser is restarted by relaunch not by
    quit & launch. However, Calling this twice might not cause problem.
    This commit just make calling once exactly.
    simonhong committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    59493e9 View commit details
    Browse the repository at this point in the history
  2. Use sparkle framework's relaunch api for browser relaunch after update

    Chromium's relaunch api seems not compatible with sparkle framework.
    This new relaunch api is only used by relaunch button in about page.
    simonhong committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    88e4277 View commit details
    Browse the repository at this point in the history