From 2d93f260f9d67f3888892852c8518cf60f29f644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bernon?= Date: Fri, 16 Oct 2020 23:40:56 +0200 Subject: [PATCH] proton: Add dotnetfx35.exe builtin override. --- proton | 1 + 1 file changed, 1 insertion(+) diff --git a/proton b/proton index 72fd4424..ea6e9afc 100755 --- a/proton +++ b/proton @@ -560,6 +560,7 @@ class Session: self.env = dict(os.environ) self.dlloverrides = { "steam.exe": "b", #always use our special built-in steam.exe + "dotnetfx35.exe": "b", #replace the broken installer, as does Windows "mfplay": "n" #disable built-in mfplay }