mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 15:21:52 +01:00
Update NonSteamLaunchers.sh
This commit is contained in:
parent
10b028ba2b
commit
b4d26c4fad
@ -658,7 +658,10 @@ else
|
||||
|
||||
# Check if the arg is not an empty string before adding it to the custom_websites array
|
||||
if [ -n "$website" ]; then
|
||||
custom_websites+=("$website")
|
||||
IFS=',' read -ra websites <<< "$website"
|
||||
for site in "${websites[@]}"; do
|
||||
custom_websites+=("$site")
|
||||
done
|
||||
fi
|
||||
else
|
||||
selected_launchers+=("$arg")
|
||||
|
Loading…
Reference in New Issue
Block a user