mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-09 06:20:22 +08:00
Download the install executable regardless of if we're going to automatically install it
This commit is contained in:
parent
7645a1d2c7
commit
04f233b4a5
@ -28,7 +28,6 @@ export class UpdaterService {
|
||||
|
||||
this.autoUpdater = electron.remote.require('electron-updater').autoUpdater
|
||||
|
||||
this.autoUpdater.autoDownload = !!config.store.enableAutomaticUpdates;
|
||||
this.autoUpdater.autoInstallOnAppQuit = !!config.store.enableAutomaticUpdates;
|
||||
|
||||
this.autoUpdater.on('update-available', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user