proton: Add dotnetfx35setup.exe builtin override.

CW-Bug-Id: #20733
This commit is contained in:
Paul Gofman 2022-06-03 13:03:43 -05:00 committed by Paul Gofman
parent 67c6b89f9c
commit a50d2671ce

1
proton
View File

@ -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",
}