Bump default Electron to 9.2.0

This commit is contained in:
Ronan Jouchet 2020-08-10 21:42:57 -04:00
parent b8b5cd5bc4
commit 85629434e6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import * as path from 'path';
export const DEFAULT_APP_NAME = 'APP';
// Update both together
export const DEFAULT_ELECTRON_VERSION = '9.1.0';
export const DEFAULT_ELECTRON_VERSION = '9.2.0';
export const DEFAULT_CHROME_VERSION = '83.0.4103.122';
export const ELECTRON_MAJOR_VERSION = parseInt(