Update NonSteamLaunchers.sh

This commit is contained in:
Roy 2024-03-08 04:23:31 -08:00 committed by GitHub
parent 03ec470cd5
commit 72070316f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")