Skip to content

Commit

Permalink
Add electron switch no-sandbox, addressing electron/electron#32074
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikhr committed Jun 9, 2022
1 parent 7e752a2 commit ad972be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auth/resolvers/ondemand/electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const process = require('process');
// Module to control application life.
const app = electron.app;
app.commandLine.appendSwitch('ignore-certificate-errors');
app.commandLine.appendSwitch('no-sandbox');
// Module to create native browser window.
const BrowserWindow = electron.BrowserWindow;

Expand Down

0 comments on commit ad972be

Please sign in to comment.