diff --git a/src/main/index.ts b/src/main/index.ts index 0d04a355..dabdeb4e 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -19,7 +19,7 @@ autoUpdater.setFeedURL({ const gotTheLock = app.requestSingleInstanceLock(); if (!gotTheLock) app.quit(); -app.disableHardwareAcceleration(); +app.commandLine.appendSwitch("--no-sandbox"); i18n.init({ resources,