Skip to content

fix: show install buttons on macOS after update download completes#207

Open
pedromdbl wants to merge 1 commit into
Venipa:masterfrom
pedromdbl:fix/macos-updater-buttons
Open

fix: show install buttons on macOS after update download completes#207
pedromdbl wants to merge 1 commit into
Venipa:masterfrom
pedromdbl:fix/macos-updater-buttons

Conversation

@pedromdbl

@pedromdbl pedromdbl commented Mar 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Remove !window.api.platform.isMacOS condition that hid the "Install Now" / "Later" buttons on macOS after download
  • On macOS, if autoUpdater.quitAndInstall() fails silently, users were left stuck with no buttons and no way to retry or dismiss

Test plan

  • On macOS, trigger an update download and verify "Install Now" / "Later" buttons appear after download completes
  • Verify clicking "Install Now" triggers quit-and-install
  • Verify Windows update flow still works as before

Closes #206

Remove !window.api.platform.isMacOS condition that hid the "Install Now"
/ "Later" buttons on macOS after download. If quitAndInstall fails
silently, users were left stuck with no buttons and no way to retry.

Closes Venipa#206
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. bug Something isn't working labels Mar 24, 2026
@Venipa

Venipa commented Mar 24, 2026

Copy link
Copy Markdown
Owner

I'll test the upgrade process to confirm once im done with work

@Venipa Venipa force-pushed the master branch 4 times, most recently from 62101c8 to bda50be Compare March 26, 2026 19:29
@pedromdbl

Copy link
Copy Markdown
Contributor Author

@Venipa the bug happened again while trying to install the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

macOS updater stuck after download - no action buttons shown

2 participants