mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-22 18:18:55 +00:00
Bump to Electron 12.0.7
This commit is contained in:
parent
0216d4f9c4
commit
3fd34549d6
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user