Merge branch 'master' into spectron

This commit is contained in:
Maxime GRIS
2019-03-02 20:32:10 +01:00
committed by GitHub
3 changed files with 21 additions and 18 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) {