Skip to content

Commit 22343e8

Browse files
committed
proton: Run program through "steam.exe" in debug command, too
1 parent 79406ee commit 22343e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proton

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ def dump_dbg_scripts():
562562
f.write(" \"" + arg + "\"")
563563
f.write(")\n")
564564
dump_dbg_env(f)
565-
f.write("\t\"" + wine_path + "\" \"${@:-${DEF_CMD[@]}}\"\n")
565+
f.write("\t\"" + wine_path + "\" steam.exe \"${@:-${DEF_CMD[@]}}\"\n")
566566
os.chmod(tmpdir + "run", 0o755)
567567

568568
def run():

0 commit comments

Comments
 (0)