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
03ec470cd5
commit
72070316f7
@ -656,8 +656,8 @@ else
|
|||||||
website=${arg#https://}
|
website=${arg#https://}
|
||||||
|
|
||||||
# Check if the arg is not an empty string before adding it to the custom_websites array
|
# Check if the arg is not an empty string before adding it to the custom_websites array
|
||||||
if [ -n "$arg" ]; then
|
if [ -n "$website" ]; then
|
||||||
custom_websites+=("$arg")
|
custom_websites+=("$website")
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
selected_launchers+=("$arg")
|
selected_launchers+=("$arg")
|
||||||
|
Loading…
Reference in New Issue
Block a user