Bump to Electron 12.0.7

This commit is contained in:
Ronan Jouchet 2021-05-15 13:12:34 -04:00
parent 0216d4f9c4
commit 3fd34549d6
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, and update app / package.json / devDeps / electron
export const DEFAULT_ELECTRON_VERSION = '12.0.6';
export const DEFAULT_ELECTRON_VERSION = '12.0.7';
export const DEFAULT_CHROME_VERSION = '89.0.4389.128';
export const ELECTRON_MAJOR_VERSION = parseInt(