diff --git a/linux-game-manager.sh b/linux-game-manager.sh index e57f847..0359ec0 100755 --- a/linux-game-manager.sh +++ b/linux-game-manager.sh @@ -179,7 +179,7 @@ add_launcher() { # Install games game_installer() { - mapfile -t installedGames < <(sed '/^$/d' "${configFile}" 2> /dev/null | cut -d '|' -f3) + mapfile -t installedGames < <(sed '/^$/d' "${configFile}" 2> /dev/null | cut -d '|' -f1) # Create the menu of installed games declare -a menuList for i in "${gameList[@]}" ; do