2019-11-06 15:07:14 +03:00

6 lines
125 B
Bash
Executable File

#!/bin/sh
gamedir=${0%/*}
cd "$gamedir" || exit
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$gamedir/lib64"
exec ./wesnoth "$@"