Disable sandbox

This commit is contained in:
Thomas Nordquist
2019-04-30 18:35:29 +02:00
parent 9e71c3132e
commit 86544c1334

View File

@@ -14,6 +14,8 @@ if (!isDev() && !runningUiTestOnCi()) {
const electronTelemetry = electronTelemetryFactory('9b0c8ca04a361eb8160d98c5', buildOptions)
}
app.commandLine.appendSwitch('--no-sandbox')
autoUpdater.logger = log
log.info('App starting...')