diff --git a/src/main/services/auto-updater.service.ts b/src/main/services/auto-updater.service.ts index 6ffad8e5..21cbdb77 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(); }