Skip to content

Commit

Permalink
Update NonSteamLaunchers.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy authored Mar 8, 2024
1 parent 03ec470 commit 7207031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NonSteamLaunchers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7207031

Please sign in to comment.