From d3650c8e0fb257dabe170fa4deffb1561edc65fa Mon Sep 17 00:00:00 2001 From: Rohan Barar Date: Thu, 1 Aug 2024 21:29:21 +1000 Subject: [PATCH] Corrected misleading comment. --- bin/winapps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/winapps b/bin/winapps index 2c96366..b9dacfc 100755 --- a/bin/winapps +++ b/bin/winapps @@ -538,7 +538,7 @@ function waRunCommand() { # Capture the process ID. FREERDP_PID=$! else - # Script summoned from right-click menu with officially supported application name plus/minus a file path. + # Script summoned from right-click menu or application icon (plus/minus a file path). if [ -e "${SCRIPT_DIR_PATH}/../apps/${1}/info" ]; then # shellcheck source=/dev/null # Exclude this file from being checked by ShellCheck. source "${SCRIPT_DIR_PATH}/../apps/${1}/info"