Disable electron sandbox due to crashes
This commit is contained in:
@@ -42,6 +42,7 @@ async function createWindow() {
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
devTools: true,
|
||||
sandbox: false,
|
||||
},
|
||||
icon: iconPath,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user