Add no-sandbox to make electron work on ubuntu (#12908)

pull/12930/head
Bernd Schoolmann 1 year ago committed by GitHub
parent 9eb7daa77d
commit 2726b3a957
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -25,7 +25,7 @@ concurrently(
},
{
name: "Elec",
command: `npx wait-on ./build/main.js && npx electron --inspect=5858 ${args.join(
command: `npx wait-on ./build/main.js && npx electron --no-sandbox --inspect=5858 ${args.join(
" ",
)} ./build --watch`,
prefixColor: "green",

Loading…
Cancel
Save