Merge pull request #130 from Zagrios/hotfix/disable-web-installer-for-update

hotfix/disable-web-installer-for-update
This commit is contained in:
MathieuG-P
2023-01-25 20:54:13 +01:00
committed by GitHub
@@ -16,6 +16,7 @@ export class AutoUpdaterService {
constructor(){
autoUpdater.logger = log;
autoUpdater.autoDownload = false;
autoUpdater.disableWebInstaller = true
this.utilsService = UtilsService.getInstance();
}