From 08324b2a75a25eb4d30f1efa3628a817475fad8d Mon Sep 17 00:00:00 2001 From: Rohan Barar Date: Tue, 16 Jul 2024 12:10:55 +1000 Subject: [PATCH] Removed 'check' from 'winapps' shell script, as this is no longer required prior to installation. Furthermore, 'winapps manual explorer.exe' is an alternative command with equivalent results. --- bin/winapps | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/bin/winapps b/bin/winapps index bc5518d..6890ae7 100755 --- a/bin/winapps +++ b/bin/winapps @@ -87,25 +87,7 @@ if [[ -n $RDP_FLAGS ]]; then FREERDP_COMMAND="$FREERDP_COMMAND $RDP_FLAGS" fi -if [ "$1" = "check" ]; then - # Open File Explorer - dprint "CHECK" - COMMAND=( - "${FREERDP_COMMAND}" - "/d:${RDP_DOMAIN}" - "/u:${RDP_USER}" - "/p:${RDP_PASS}" - "/scale:${RDP_SCALE}" - "+auto-reconnect" - "+home-drive" - "-wallpaper" - "+dynamic-resolution" - "${MULTI_FLAG}" - "/app:program:explorer.exe" - "/v:${RDP_IP}" - ) - "${COMMAND[@]}" -elif [ "$1" = "windows" ]; then +if [ "$1" = "windows" ]; then # Open Virtual Machine dprint "WINDOWS" COMMAND=(