diff --git a/desktop/src/main.ts b/desktop/src/main.ts index 7bfdb3311..15eb9ddc9 100644 --- a/desktop/src/main.ts +++ b/desktop/src/main.ts @@ -140,7 +140,7 @@ const registerPrivilegedSchemes = () => { * See: https://github.com/electron/electron/issues/17972 */ const suidWorkaroundOnLinux = () => - process.platform == "linux" && app.commandLine.appendSwitch("--no-sandbox"); + process.platform == "linux" && app.commandLine.appendSwitch("no-sandbox"); /** * Create an return the {@link BrowserWindow} that will form our app's UI.