Added installer support for FreeRDP Flatpak.

This commit is contained in:
Rohan Barar
2024-07-16 18:46:14 +10:00
parent 08324b2a75
commit 66a2d9e365
3 changed files with 38 additions and 7 deletions

View File

@@ -120,6 +120,7 @@ elif [ "$1" = "manual" ]; then
"/app:program:${2}"
"/v:${RDP_IP}"
)
echo "${COMMAND[@]}"
# Run the command in the background, redirecting both stdout and stderr to /dev/null
"${COMMAND[@]}" 1>/dev/null 2>&1 &
elif [ "$1" != "install" ]; then