Skip to content

Commit

Permalink
Merge pull request #1029 from pulsar-edit/fix-Linux-desktop-file-devT…
Browse files Browse the repository at this point in the history
…ools-issue

electron-builder: Add '--no-sandbox' launch arg for Linux build targets
  • Loading branch information
DeeDeeG authored Jun 21, 2024
2 parents 1c3bd7f + 24d1b89 commit 6324230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/electron-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ let options = {
"to": "pulsar.svg"
},
],
"executableArgs": ['--no-sandbox'],
},
"mac": {
"icon": icnsIcon,
Expand Down

0 comments on commit 6324230

Please sign in to comment.