diff --git a/src/main/services/auto-updater.service.ts b/src/main/services/auto-updater.service.ts index 21cbdb77..6ffad8e5 100644 --- a/src/main/services/auto-updater.service.ts +++ b/src/main/services/auto-updater.service.ts @@ -16,6 +16,7 @@ export class AutoUpdaterService { constructor(){ autoUpdater.logger = log; autoUpdater.autoDownload = false; + autoUpdater.disableWebInstaller = true this.utilsService = UtilsService.getInstance(); }