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: