x-plane: Fix installer binary name
parent
0af889446a
commit
ce83b956fa
|
@ -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} ;;
|
||||
|
|
Loading…
Reference in New Issue