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():