Bump default Electron to 5.0.13

This commit is contained in:
Ronan Jouchet 2020-01-23 19:57:18 -05:00
parent 010f88aa1b
commit 97f092b77b
1 changed files with 1 additions and 1 deletions

View File

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