x-plane: Fix installer binary name

master
Michael Raitza 2022-10-03 10:08:58 +02:00
parent 0af889446a
commit ce83b956fa
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ let
X-Plane) exec "''${XPLANEPATH}/X-Plane-$sys" ;;
Airfoil*) exec "''${XPLANEPATH}/Airfoil Maker-$sys" ;;
Plane*) exec "''${XPLANEPATH}/Plane Maker-$sys" ;;
Installer*) exec "''${XPLANEPATH}/X-Plane 11 Installer Linux" ;;
Installer*) for f in "''${XPLANEPATH}/X-Plane "*" Installer Linux"; do exec "$f"; break; done ;;
''') exec "''${XPLANEPATH}/X-Plane-$sys" ;;
SHELL) exec "bash" ;;
prepare) exec ${prepareScript} ;;