mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01:00
proton: Also log stdout when logging is enabled
This commit is contained in:
parent
6b9facc611
commit
a1341c9649
1 changed files with 1 additions and 1 deletions
2
proton
2
proton
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue