Update NonSteamLaunchers.sh

This commit is contained in:
Roy 2024-03-08 05:01:13 -08:00 committed by GitHub
parent abc1e8a8ac
commit 10b028ba2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -665,13 +665,6 @@ else
fi
done
echo -n "Custom websites: "
for website in "${custom_websites[@]}"; do
echo -n "$website "
done
echo
# TODO: error handling for unbound variable $selected_launchers_str on line 564
# Convert the selected_launchers array to a string by joining its elements with a `|` delimiter.
@ -690,6 +683,7 @@ fi
# Print the selected launchers and custom websites
echo "Selected launchers: $selected_launchers"
echo "Selected launchers: $selected_launchers_str"
echo "Custom websites: ${custom_websites[@]}"
echo "Separate App IDs: $separate_app_ids"
# Set the value of the options variable