2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-05 22:10:48 +00:00

Bump default Electron to 3.0.13

This commit is contained in:
Ronan Jouchet 2019-01-01 23:42:50 -05:00
parent e064f765cb
commit d6b4b23f0a

View File

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