Skip to content

Commit

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

0 comments on commit e16abd5

Please sign in to comment.