#!/bin/bash # Only applied to version FFLNSU V03, for V04 comment those export lines! export LC_ALL=C export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./LIBS/ # Move to the game directory cd "$(dirname "$(realpath "$0")")/" || exit # Run the game chmod +x "Final Fight LNS Ultimate" #For version V04, use Final Fight LNS Ultimate.AppImage instead exec "./Final Fight LNS Ultimate" "$@" #For version V04, use Final Fight LNS Ultimate.AppImage instead