2
0
mirror of https://github.com/ValveSoftware/Proton synced 2025-08-22 10:17:18 +00:00

proton: Run program through "steam.exe" in debug command, too

This commit is contained in:
Andrew Eikum 2019-03-26 09:10:39 -05:00
parent 79406ee737
commit 22343e84ec

2
proton
View File

@ -562,7 +562,7 @@ def dump_dbg_scripts():
f.write(" \"" + arg + "\"")
f.write(")\n")
dump_dbg_env(f)
f.write("\t\"" + wine_path + "\" \"${@:-${DEF_CMD[@]}}\"\n")
f.write("\t\"" + wine_path + "\" steam.exe \"${@:-${DEF_CMD[@]}}\"\n")
os.chmod(tmpdir + "run", 0o755)
def run():