Download the install executable regardless of if we're going to automatically install it

This commit is contained in:
Austin Warren 2019-07-23 12:39:41 -07:00
parent 7645a1d2c7
commit 04f233b4a5

View File

@ -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', () => {