From 242d655a0f3fab39f4ea0c1f8053a81d35c58872 Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Fri, 3 Jun 2022 13:03:43 -0500 Subject: [PATCH] proton: Add dotnetfx35setup.exe builtin override. CW-Bug-Id: #20733 --- proton | 1 + 1 file changed, 1 insertion(+) diff --git a/proton b/proton index 6f383429..ed5b1d23 100755 --- a/proton +++ b/proton @@ -1006,6 +1006,7 @@ class Session: self.dlloverrides = { "steam.exe": "b", #always use our special built-in steam.exe "dotnetfx35.exe": "b", #replace the broken installer, as does Windows + "dotnetfx35setup.exe": "b", "beclient.dll": "b,n", "beclient_x64.dll": "b,n", }