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

Bump default electron to 2.0.7

This commit is contained in:
Ronan Jouchet 2018-08-08 19:55:32 -04:00
parent 2b8f1390fb
commit 7aae5084d1

View File

@ -1,5 +1,5 @@
import path from 'path'; import path from 'path';
export const DEFAULT_APP_NAME = 'APP'; export const DEFAULT_APP_NAME = 'APP';
export const ELECTRON_VERSION = '2.0.6'; export const ELECTRON_VERSION = '2.0.7';
export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app'); export const PLACEHOLDER_APP_DIR = path.join(__dirname, './../', 'app');