1
1
Fork 0
mirror of https://github.com/smartfrigde/armcord.git synced 2024-08-14 23:56:58 +00:00

fix: make executableArgs an array

This commit is contained in:
smartfrigde 2024-04-29 20:03:08 +02:00
parent 7c2e4fc99b
commit d56570ed6d

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