fix: make executableArgs an array

This commit is contained in:
smartfrigde 2024-04-29 20:03:08 +02:00
parent 7c2e4fc99b
commit d56570ed6d
1 changed files with 4 additions and 1 deletions

View File

@ -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",