From 560e402f5be46f2691352662fe5f3c8bb1784a78 Mon Sep 17 00:00:00 2001 From: Rian Martins Date: Thu, 19 May 2022 11:56:25 +0100 Subject: [PATCH] Fixes #122 : Replace command to open app to use default browser --- scripts/movai-flow-launch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/movai-flow-launch b/scripts/movai-flow-launch index e01f090..45f31d1 100755 --- a/scripts/movai-flow-launch +++ b/scripts/movai-flow-launch @@ -74,4 +74,4 @@ if [ ! -e "${user_documents_path}/MovaiFlow" ]; then fi Output "Starting web application" -x-www-browser --app="$APP_URL" "$APP_URL" > /dev/null 2>&1 +xdg-open --app="$APP_URL" "$APP_URL" > /dev/null 2>&1