From d56570ed6d1de6da77ed230fd67461ac100f1a93 Mon Sep 17 00:00:00 2001 From: smartfrigde <37928912+smartfrigde@users.noreply.github.com> Date: Mon, 29 Apr 2024 20:03:08 +0200 Subject: [PATCH] fix: make executableArgs an array --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d3652b2..1c00031 100644 --- a/package.json +++ b/package.json @@ -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",