From 817202fc20b937da014f0ce5a40781fd962f2322 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Tue, 30 Apr 2019 17:44:53 +0200 Subject: [PATCH] Disable electron sandbox due to crashes --- src/electron.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/electron.ts b/src/electron.ts index bac0b4b..4e7f685 100644 --- a/src/electron.ts +++ b/src/electron.ts @@ -42,6 +42,7 @@ async function createWindow() { webPreferences: { nodeIntegration: true, devTools: true, + sandbox: false, }, icon: iconPath, })