Skip to content

Commit

Permalink
fix: make executableArgs an array
Browse files Browse the repository at this point in the history
  • Loading branch information
smartfrigde committed Apr 29, 2024
1 parent 7c2e4fc commit d56570e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@
"rpm",
"AppImage"
],
"executableArgs": "--ozone-platform-hint=auto --enable-features=WebRTCPipeWireCapturer,WaylandWindowDecoration"
"executableArgs": [
"--ozone-platform-hint=auto",
"--enable-features=WebRTCPipeWireCapturer,WaylandWindowDecoration"
]
},
"appx": {
"identityName": "53758smartfrigde.ArmCord",
Expand Down

0 comments on commit d56570e

Please sign in to comment.