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
abc1e8a8ac
commit
10b028ba2b
@ -665,13 +665,6 @@ else
|
|||||||
fi
|
fi
|
||||||
done
|
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
|
# 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.
|
# 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
|
# Print the selected launchers and custom websites
|
||||||
echo "Selected launchers: $selected_launchers"
|
echo "Selected launchers: $selected_launchers"
|
||||||
echo "Selected launchers: $selected_launchers_str"
|
echo "Selected launchers: $selected_launchers_str"
|
||||||
|
echo "Custom websites: ${custom_websites[@]}"
|
||||||
echo "Separate App IDs: $separate_app_ids"
|
echo "Separate App IDs: $separate_app_ids"
|
||||||
|
|
||||||
# Set the value of the options variable
|
# Set the value of the options variable
|
||||||
|
Loading…
Reference in New Issue
Block a user