diff --git a/src/main/updater.main.ts b/src/main/updater.main.ts index 4b96605e6e..2b5a780a05 100644 --- a/src/main/updater.main.ts +++ b/src/main/updater.main.ts @@ -108,6 +108,7 @@ export class UpdaterMain { } if (process.platform === 'linux' && !isAppImage()) { + // Only AppImage packages support auto-update on linux if (withFeedback) { shell.openExternal('https://github.com/bitwarden/desktop/releases'); }