Skip to content

Commit

Permalink
re-enable web installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Zagrios committed Jan 25, 2023
1 parent 2b9829d commit 571a4f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/services/auto-updater.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export class AutoUpdaterService {
constructor(){
autoUpdater.logger = log;
autoUpdater.autoDownload = false;
autoUpdater.disableWebInstaller = true

this.utilsService = UtilsService.getInstance();
}
Expand Down

0 comments on commit 571a4f2

Please sign in to comment.