mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 08:09:18 +01:00
Update NonSteamLaunchers.sh
This commit is contained in:
parent
945a89250f
commit
abc1e8a8ac
@ -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://}
|
||||
|
Loading…
Reference in New Issue
Block a user