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", "rpm",
"AppImage" "AppImage"
], ],
"executableArgs": "--ozone-platform-hint=auto --enable-features=WebRTCPipeWireCapturer,WaylandWindowDecoration" "executableArgs": [
"--ozone-platform-hint=auto",
"--enable-features=WebRTCPipeWireCapturer,WaylandWindowDecoration"
]
}, },
"appx": { "appx": {
"identityName": "53758smartfrigde.ArmCord", "identityName": "53758smartfrigde.ArmCord",