mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 16:19:19 +01:00
Update NonSteamLaunchers.sh
This commit is contained in:
parent
e2fd9dec49
commit
072ad321e8
@ -651,6 +651,7 @@ else
|
|||||||
# Initialize an array to store the selected launchers
|
# Initialize an array to store the selected launchers
|
||||||
selected_launchers=()
|
selected_launchers=()
|
||||||
|
|
||||||
|
IFS=" "
|
||||||
for arg in "${args[@]}"; do
|
for arg in "${args[@]}"; do
|
||||||
if [[ "$arg" =~ ^https?:// ]]; then
|
if [[ "$arg" =~ ^https?:// ]]; then
|
||||||
website=${arg#https://}
|
website=${arg#https://}
|
||||||
|
Loading…
Reference in New Issue
Block a user