Update Doom launcher to work better with the new launch system. Add some

other launchers for the switch to the new system.
This commit is contained in:
Storm Dragon
2024-12-23 11:10:24 -05:00
parent af98ded87f
commit b3ada38d9b
4 changed files with 20 additions and 1 deletions

View File

@ -144,7 +144,7 @@ translate_text() {
custom_game() {
mapfile -t customGames < <(find "${0%/*}/TobyCustom/" -type f -iname '*.sh')
mapfile -t customGames < <(find "${BASH_SOURCE[0]%/*}/TobyCustom/" -type f -iname '*.sh')
declare -a customMenu
for i in "${customGames[@]}" ; do
customMenu+=("$i")