Use start.sh to enable logging to file for Steam Linux.

This commit is contained in:
Pentarctagon 2022-07-24 10:24:17 -05:00 committed by Pentarctagon
parent d1833b5cf7
commit 9e94f090e6

View File

@ -2,4 +2,4 @@
gamedir=${0%/*}
cd "$gamedir" || exit
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$gamedir/lib64"
exec ./wesnoth "$@"
exec ./wesnoth --log-to-file "$@"