mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 11:35:20 +00:00
add support for STEAM_COMPAT_LIBRARY_PATH (really for real this time)
This commit is contained in:
parent
a8abf76fb1
commit
79dd327fbd
@ -32,7 +32,8 @@ if [[ -z $STEAM_COMPAT_INSTALL_PATH ]]; then
|
||||
export STEAM_COMPAT_INSTALL_PATH="$gameinstallpath"
|
||||
fi
|
||||
|
||||
export STEAM_COMPAT_LIBRARY_PATH=""
|
||||
compat_lib_path=$(findmnt -T $STEAM_COMPAT_INSTALL_PATH | tail -n 1 | awk '{ print $1 }')
|
||||
export STEAM_COMPAT_LIBRARY_PATH="$compat_lib_path"
|
||||
|
||||
if [[ -z $STEAM_RUNTIME_LIBRARY_PATH ]]; then
|
||||
# The following info taken from steam ~/.local/share/ubuntu12_32/steam-runtime/run.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user