mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 15:51:06 +00:00
Bump default Electron to 9.1.0
This commit is contained in:
parent
f23447312d
commit
c18fc1ef9a
@ -3,8 +3,8 @@ import * as path from 'path';
|
||||
export const DEFAULT_APP_NAME = 'APP';
|
||||
|
||||
// Update both together
|
||||
export const DEFAULT_ELECTRON_VERSION = '9.0.4';
|
||||
export const DEFAULT_CHROME_VERSION = '83.0.4103.104';
|
||||
export const DEFAULT_ELECTRON_VERSION = '9.1.0';
|
||||
export const DEFAULT_CHROME_VERSION = '83.0.4103.122';
|
||||
|
||||
export const ELECTRON_MAJOR_VERSION = parseInt(
|
||||
DEFAULT_ELECTRON_VERSION.split('.')[0],
|
||||
|
Loading…
Reference in New Issue
Block a user