2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-20 20:32:28 +00:00

Update electron version to v1.1.3

This commit is contained in:
Goh Jia Hao 2016-05-26 16:51:31 +08:00
parent 286e5bf7d6
commit 2d2f107c84

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 = '1.0.2';
const ELECTRON_VERSION = '1.1.3';
const DEFAULT_APP_NAME = 'APP';