proton: Also dump STEAM_COMPAT_CLIENT_INSTALL_PATH to debug scripts
This commit is contained in:
parent
c0f69f618c
commit
dde8da9f00
1 changed files with 2 additions and 0 deletions
2
proton
2
proton
|
@ -319,6 +319,8 @@ def dump_dbg_env(f):
|
|||
f.write("\tPROTON_VR_RUNTIME=\"" + env["PROTON_VR_RUNTIME"] + "\" \\\n")
|
||||
if "WINEDLLOVERRIDES" in env:
|
||||
f.write("\tWINEDLLOVERRIDES=\"" + env["WINEDLLOVERRIDES"] + "\" \\\n")
|
||||
if "STEAM_COMPAT_CLIENT_INSTALL_PATH" in env:
|
||||
f.write("\tSTEAM_COMPAT_CLIENT_INSTALL_PATH=\"" + env["STEAM_COMPAT_CLIENT_INSTALL_PATH"] + "\" \\\n")
|
||||
|
||||
def dump_dbg_scripts():
|
||||
if game_arch == ARCH_X86_64:
|
||||
|
|
Loading…
Reference in a new issue