From a50d2671ce70fdc6d6ef87b6601acc9c8318f261 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 5681f0bb..3f9e0dd7 100755 --- a/proton +++ b/proton @@ -1033,6 +1033,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", }