Skip to content

Fix Electron alpha updater manifest lookup#1626

Merged
src-opn merged 1 commit intodevfrom
fix-electron-alpha-latest-mac
Apr 30, 2026
Merged

Fix Electron alpha updater manifest lookup#1626
src-opn merged 1 commit intodevfrom
fix-electron-alpha-latest-mac

Conversation

@src-opn
Copy link
Copy Markdown
Collaborator

@src-opn src-opn commented Apr 30, 2026

Summary

  • Stop setting autoUpdater.channel to alpha for the generic alpha feed.
  • Keep the alpha feed URL pointed at alpha-macos-latest while allowing Electron to request the existing latest-mac.yml manifest.

Root Cause

autoUpdater.channel = \"alpha\" makes electron-updater request alpha-mac.yml. The alpha release publishes latest-mac.yml, so update checks 404 even though the release assets exist.

Verification

  • node --check apps/desktop/electron/updater.mjs
  • pnpm install --frozen-lockfile --prefer-offline
  • pnpm --filter @openwork/app typecheck
  • Confirmed https://github.com/different-ai/openwork/releases/download/alpha-macos-latest/latest-mac.yml returns the alpha manifest.
  • Confirmed alpha-macos-latest release contains latest-mac.yml via gh release view.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Apr 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openwork-app Ready Ready Preview, Comment Apr 30, 2026 7:56pm
openwork-den Ready Ready Preview, Comment Apr 30, 2026 7:56pm
openwork-den-worker-proxy Ready Ready Preview, Comment Apr 30, 2026 7:56pm
openwork-landing Ready Ready Preview, Comment, Open in v0 Apr 30, 2026 7:56pm
openwork-share Ready Ready Preview, Comment Apr 30, 2026 7:56pm

@github-actions
Copy link
Copy Markdown
Contributor

The following comment was made by an LLM, it may be inaccurate:

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