mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 13:17:19 +02:00
Corrected misleading comment.
This commit is contained in:
parent
4f9e83b3b3
commit
d3650c8e0f
@ -538,7 +538,7 @@ function waRunCommand() {
|
|||||||
# Capture the process ID.
|
# Capture the process ID.
|
||||||
FREERDP_PID=$!
|
FREERDP_PID=$!
|
||||||
else
|
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
|
if [ -e "${SCRIPT_DIR_PATH}/../apps/${1}/info" ]; then
|
||||||
# shellcheck source=/dev/null # Exclude this file from being checked by ShellCheck.
|
# shellcheck source=/dev/null # Exclude this file from being checked by ShellCheck.
|
||||||
source "${SCRIPT_DIR_PATH}/../apps/${1}/info"
|
source "${SCRIPT_DIR_PATH}/../apps/${1}/info"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user