2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-22 01:29:02 +00:00

Bump default electron version to 0.37.2

Uses chrome 49
This commit is contained in:
Jia Hao 2016-03-26 14:54:14 +08:00
parent a0df9eff88
commit 62a43c76ed

View File

@ -14,7 +14,7 @@ import packageJson from './../../package.json';
const {inferPlatform, inferArch} = inferOs;
const PLACEHOLDER_APP_DIR = path.join(__dirname, '../../', 'app');
const ELECTRON_VERSION = '0.36.4';
const ELECTRON_VERSION = '0.37.2';
const DEFAULT_APP_NAME = 'APP';