update-msi.patch 692 B

123456789
  1. diff --git a/src/vs/platform/update/electron-main/updateService.win32.ts b/src/vs/platform/update/electron-main/updateService.win32.ts
  2. index 99bf807..b5b4333 100644
  3. --- a/src/vs/platform/update/electron-main/updateService.win32.ts
  4. +++ b/src/vs/platform/update/electron-main/updateService.win32.ts
  5. @@ -156,3 +156,3 @@ export class Win32UpdateService extends AbstractUpdateService implements IRelaun
  6. }).then(packagePath => {
  7. - const fastUpdatesEnabled = this.configurationService.getValue('update.enableWindowsBackgroundUpdates');
  8. + const fastUpdatesEnabled = getUpdateType() == UpdateType.Setup && this.configurationService.getValue('update.enableWindowsBackgroundUpdates');