2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2025-02-02 19:58:24 +00:00

Bump electron to 2.0.6

This commit is contained in:
Ronan Jouchet 2018-07-31 21:17:59 -04:00
parent 0c9ef088a5
commit d99c7bec1f

View File

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