mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-03 14:17:29 +00:00
Bump default Electron to 8.2.1
This commit is contained in:
parent
fd0395a860
commit
fafaead442
@ -3,8 +3,8 @@ import * as path from 'path';
|
||||
export const DEFAULT_APP_NAME = 'APP';
|
||||
|
||||
// Update both together
|
||||
export const DEFAULT_ELECTRON_VERSION = '8.2.0';
|
||||
export const DEFAULT_CHROME_VERSION = '80.0.3987.158';
|
||||
export const DEFAULT_ELECTRON_VERSION = '8.2.1';
|
||||
export const DEFAULT_CHROME_VERSION = '80.0.3987.163';
|
||||
|
||||
export const ELECTRON_MAJOR_VERSION = parseInt(
|
||||
DEFAULT_ELECTRON_VERSION.split('.')[0],
|
||||
|
Loading…
Reference in New Issue
Block a user