From 571a4f23eab5e4ce044ed074ca8311e54bc26261 Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Thu, 26 Jan 2023 00:09:30 +0100 Subject: [PATCH] re-enable web installer --- src/main/services/auto-updater.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/services/auto-updater.service.ts b/src/main/services/auto-updater.service.ts index 6ffad8e5a..21cbdb77f 100644 --- a/src/main/services/auto-updater.service.ts +++ b/src/main/services/auto-updater.service.ts @@ -16,7 +16,6 @@ export class AutoUpdaterService { constructor(){ autoUpdater.logger = log; autoUpdater.autoDownload = false; - autoUpdater.disableWebInstaller = true this.utilsService = UtilsService.getInstance(); }