From 5b2caa744a29a15b90cf1731481964dd3c06c05d Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 16 Sep 2025 14:45:19 +0200 Subject: [PATCH] fix: hidef option regression Signed-off-by: Loek Le Blansch --- bin/winapps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/winapps b/bin/winapps index 7c33bb0..86ce6f8 100755 --- a/bin/winapps +++ b/bin/winapps @@ -659,7 +659,7 @@ function waRunCommand() { /scale:"$RDP_SCALE" \ +auto-reconnect \ /wm-class:"$FULL_NAME" \ - /app:program:"$WIN_EXECUTABLE",icon:"$ICON",name:"$FULL_NAME",hidef:"$HIDEF" \ + /app:program:"$WIN_EXECUTABLE",hidef:"$HIDEF",icon:"$ICON",name:"$FULL_NAME" \ /v:"$RDP_IP" &>/dev/null & # Capture the process ID. @@ -681,7 +681,7 @@ function waRunCommand() { +auto-reconnect \ /drive:media,"$REMOVABLE_MEDIA" \ /wm-class:"$FULL_NAME" \ - /app:program:"$WIN_EXECUTABLE",icon:"$ICON",name:"$FULL_NAME",cmd:\""$FILE_PATH"\",hidef:"$HIDEF" \ + /app:program:"$WIN_EXECUTABLE",hidef:"$HIDEF",icon:"$ICON",name:"$FULL_NAME",cmd:\""$FILE_PATH"\" \ /v:"$RDP_IP" &>/dev/null & # Capture the process ID.