mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-31 21:21:52 +00:00
Bump default Electron to 12.0.10
This commit is contained in:
parent
72de7b3fca
commit
5673989117
@ -4,12 +4,12 @@ export const DEFAULT_APP_NAME = 'APP';
|
||||
|
||||
// Update both DEFAULT_ELECTRON_VERSION and DEFAULT_CHROME_VERSION together,
|
||||
// and update app / package.json / devDeps / electron to value of DEFAULT_ELECTRON_VERSION
|
||||
export const DEFAULT_ELECTRON_VERSION = '12.0.7';
|
||||
export const DEFAULT_ELECTRON_VERSION = '12.0.10';
|
||||
export const DEFAULT_CHROME_VERSION = '89.0.4389.128';
|
||||
|
||||
// Update each of these periodically
|
||||
// https://product-details.mozilla.org/1.0/firefox_versions.json
|
||||
export const DEFAULT_FIREFOX_VERSION = '88.0.1';
|
||||
export const DEFAULT_FIREFOX_VERSION = '89.0';
|
||||
|
||||
// https://en.wikipedia.org/wiki/Safari_version_history
|
||||
export const DEFAULT_SAFARI_VERSION = {
|
||||
|
Loading…
Reference in New Issue
Block a user