update versions and prepare for electron 5

This commit is contained in:
Thibaut Lassalle
2019-02-27 16:44:01 -05:00
parent 3b9b80822f
commit 07a5786dcc
2 changed files with 18 additions and 15 deletions

View File

@@ -16,7 +16,10 @@ function createWindow() {
x: 0,
y: 0,
width: size.width,
height: size.height
height: size.height,
webPreferences: {
nodeIntegration: true,
},
});
if (serve) {