Skip to content

fix(desktop): disable in-app updater for non-AppImage Linux installs#24678

Open
jeevan6996 wants to merge 1 commit intoanomalyco:devfrom
jeevan6996:fix-23538-linux-updater-support
Open

fix(desktop): disable in-app updater for non-AppImage Linux installs#24678
jeevan6996 wants to merge 1 commit intoanomalyco:devfrom
jeevan6996:fix-23538-linux-updater-support

Conversation

@jeevan6996
Copy link
Copy Markdown

Issue for this PR

Closes #23538

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

On Linux package-manager installs (RPM/DEB), Electron's in-app updater flow can restart without actually applying the update, which causes repeated "install and restart" prompts for the same version.

This gates desktop updater support on Linux to AppImage builds only (APPIMAGE present), while keeping existing updater behavior for packaged macOS/Windows builds.

How did you verify your code works?

From packages/desktop-electron:

  • bun test src/main/updater-support.test.ts
  • bun typecheck

(Pre-push also ran workspace turbo typecheck.)

Screenshots / recordings

Not a UI layout change.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

Bojun-Vvibe added a commit to Bojun-Vvibe/oss-contributions that referenced this pull request Apr 27, 2026
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.

[Linux/Fedora RPM] “Install and Restart” closes and relaunches OpenCode Desktop but does not upgrade the app

1 participant