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
72070316f7
commit
945a89250f
@ -664,6 +664,12 @@ 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
|
||||||
@ -683,7 +689,6 @@ 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