Updated electron to 5.*.

This commit is contained in:
Quentin Decaunes 2019-06-07 23:31:33 +02:00 committed by Quentin “Storm1er” Decaunes
parent f234ae17a5
commit 3839876d7d
3 changed files with 2381 additions and 2 deletions

View File

@ -152,7 +152,8 @@ if (!setupEvents.handleSquirrelEvent()) {
width: 800,
height: 720,
webPreferences: {
nodeIntegration: true
nodeIntegration: true,
webviewTag: true,
},
icon: appIcon,
show: false,

2378
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,7 @@
"electron-winstaller": "^3.0.4"
},
"devDependencies": {
"electron": "^4.2.4",
"electron": "^5.0.2",
"electron-packager": "^13.1.0"
},
"dependencies": {