re-enable web installer

This commit is contained in:
MathieuG-P
2023-01-26 00:09:30 +01:00
parent 2b9829d57a
commit 571a4f23ea
@@ -16,7 +16,6 @@ export class AutoUpdaterService {
constructor(){
autoUpdater.logger = log;
autoUpdater.autoDownload = false;
autoUpdater.disableWebInstaller = true
this.utilsService = UtilsService.getInstance();
}