From a1341c96498a2011e8e7aece1a566f3f8c7d2643 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Fri, 5 Apr 2019 15:43:44 -0500 Subject: [PATCH] proton: Also log stdout when logging is enabled --- proton | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proton b/proton index 8410fbe7..06c4aa98 100755 --- a/proton +++ b/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: