Skip to content

Run desktop updates silently after install#5

Merged
Derpedyea merged 1 commit into
mainfrom
feature/silent-update-install
May 5, 2026
Merged

Run desktop updates silently after install#5
Derpedyea merged 1 commit into
mainfrom
feature/silent-update-install

Conversation

@Derpedyea
Copy link
Copy Markdown
Member

Summary

  • Add explicit flags to install desktop updates silently and relaunch the app afterward.
  • Route autoUpdater.quitAndInstall(...) through named constants instead of hard-coded arguments.
  • Keeps update install behavior centralized in apps/desktop/main.cjs for easier future tuning.

Testing

  • Not run (not requested).
  • Reviewed the diff to confirm quitAndInstall(true, true) behavior is preserved via constants.

- Make auto-updater quit-and-install silently
- Preserve app relaunch after applying the update
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
laryn-transcribe bde8f50 May 05 2026, 02:58 AM

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 5, 2026

Warning

Rate limit exceeded

@Derpedyea has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 31 minutes and 13 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 58e96d25-0ab0-4446-9413-1f785ebfd866

📥 Commits

Reviewing files that changed from the base of the PR and between b2484e3 and bde8f50.

📒 Files selected for processing (1)
  • apps/desktop/main.cjs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/silent-update-install

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

@Derpedyea Derpedyea merged commit 3a08cff into main May 5, 2026
4 checks passed
@Derpedyea Derpedyea deleted the feature/silent-update-install branch May 5, 2026 03:04
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.

1 participant