2
0
mirror of https://github.com/ValveSoftware/Proton synced 2025-08-31 14:45:23 +00:00

proton: Also log stdout when logging is enabled

This commit is contained in:
Andrew Eikum
2019-04-05 15:43:44 -05:00
parent 6b9facc611
commit a1341c9649

2
proton
View File

@@ -99,7 +99,7 @@ def upgrade_pfx(old_ver):
return
def run_wine(args):
subprocess.call(args, env=env, stderr=lfile)
subprocess.call(args, env=env, stderr=lfile, stdout=lfile)
def makedirs(path):
try: