From 27f24eb07686880e7b809f60e5ddeeb0de2bfb7f Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 16 Feb 2018 12:18:04 -0500 Subject: [PATCH] comment --- src/main/updater.main.ts | 1 + 1 file changed, 1 insertion(+) 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'); }