proton: Run program through "steam.exe" in debug command, too
This commit is contained in:
parent
79406ee737
commit
22343e84ec
1 changed files with 1 additions and 1 deletions
2
proton
2
proton
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue