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 Arkadiusz Hiler
parent 707741dcc1
commit 242d655a0f

1
proton
View file

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