Audio Quake Installer file created.
This commit is contained in:
@ -515,8 +515,8 @@ game_launcher() {
|
||||
)
|
||||
# Rebuild menuList from sorted entries
|
||||
menuList=()
|
||||
for entry in "${sortedList[@]}"; do
|
||||
menuList+=("${entry#*|}" "${entry%|*}")
|
||||
for i in "${sortedList[@]}"; do
|
||||
menuList+=("${i#*|}" "${i%|*}")
|
||||
done
|
||||
# Create the menu of all games
|
||||
selectedGame="$(dialog --backtitle "Linux Game Launcher" \
|
||||
|
Reference in New Issue
Block a user