From 46ad155ad34b62cfbb4259c1fce5989773ed0351 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 52e62fa8..b39fdb76 100755 --- a/proton +++ b/proton @@ -1038,6 +1038,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", }