Disable electron sandbox due to crashes

This commit is contained in:
Thomas Nordquist
2019-04-30 17:44:53 +02:00
parent 931ec0113c
commit 817202fc20

View File

@@ -42,6 +42,7 @@ async function createWindow() {
webPreferences: {
nodeIntegration: true,
devTools: true,
sandbox: false,
},
icon: iconPath,
})