1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00
This commit is contained in:
Kyle Spearrin 2018-02-16 12:18:04 -05:00
parent afa2112d91
commit 27f24eb076

View File

@ -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');
}