From 04f233b4a5b419e9d5aff3b5bd31d957b1ba633b Mon Sep 17 00:00:00 2001 From: Austin Warren Date: Tue, 23 Jul 2019 12:39:41 -0700 Subject: [PATCH] Download the install executable regardless of if we're going to automatically install it --- terminus-core/src/services/updater.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/terminus-core/src/services/updater.service.ts b/terminus-core/src/services/updater.service.ts index 8b511c38..2aa2e139 100644 --- a/terminus-core/src/services/updater.service.ts +++ b/terminus-core/src/services/updater.service.ts @@ -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', () => {