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:
parent
7c2e4fc99b
commit
d56570ed6d
1 changed files with 4 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue