Skip to content

Commit

Permalink
Add no-sandbox to make electron work on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Jan 16, 2025
1 parent ca420d7 commit 49d848d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/scripts/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 49d848d

Please sign in to comment.