From e16abd51751e0068f3730d989637909507f33ed2 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Fri, 8 Mar 2024 04:17:03 -0800 Subject: [PATCH] website fix --- NonSteamLaunchers.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 315f21a..5111faf 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -653,6 +653,8 @@ else for arg in "${args[@]}"; do if [[ "$arg" =~ ^https?:// ]]; then + website=${arg#https://} + # Check if the arg is not an empty string before adding it to the custom_websites array if [ -n "$arg" ]; then custom_websites+=("$arg")