From 72070316f7639a203a22b914e9a76af955a1f641 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Fri, 8 Mar 2024 04:23:31 -0800 Subject: [PATCH] Update NonSteamLaunchers.sh --- NonSteamLaunchers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 7a78886..99835e6 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -656,8 +656,8 @@ else 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") + if [ -n "$website" ]; then + custom_websites+=("$website") fi else selected_launchers+=("$arg")