Bump default Electron to 11.2.0 (with Chromium 87.0.4280.141)

This commit is contained in:
Ronan Jouchet 2021-01-16 08:18:33 -05:00
parent b0a953eb2d
commit 3b28dc46cc
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ import * as path from 'path';
export const DEFAULT_APP_NAME = 'APP';
// Update both together
export const DEFAULT_ELECTRON_VERSION = '11.0.3';
export const DEFAULT_CHROME_VERSION = '87.0.4280.67';
export const DEFAULT_ELECTRON_VERSION = '11.2.0';
export const DEFAULT_CHROME_VERSION = '87.0.4280.141';
export const ELECTRON_MAJOR_VERSION = parseInt(
DEFAULT_ELECTRON_VERSION.split('.')[0],