disable web installer for auto update

This commit is contained in:
MathieuG-P
2023-01-25 20:23:52 +01:00
parent 5e64ce16f4
commit e82afa7e22
@@ -16,6 +16,7 @@ export class AutoUpdaterService {
constructor(){
autoUpdater.logger = log;
autoUpdater.autoDownload = false;
autoUpdater.disableWebInstaller = true
this.utilsService = UtilsService.getInstance();
}