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 945a892 commit abc1e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NonSteamLaunchers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ else
# Initialize an array to store the selected launchers
selected_launchers=()

IFS=", "
for arg in "${args[@]}"; do
if [[ "$arg" =~ ^https?:// ]]; then
website=${arg#https://}
Expand Down

0 comments on commit abc1e8a

Please sign in to comment.