Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gofman <pgofman@codeweavers.com>2022-06-03 21:03:43 +0300
committerArkadiusz Hiler <ahiler@codeweavers.com>2022-08-10 19:29:30 +0300
commit242d655a0f3fab39f4ea0c1f8053a81d35c58872 (patch)
treef8cd01523b859e8b620eccb8df76db931e48631a
parent707741dcc118c108f503c2d6dfa52dffde93eb50 (diff)
proton: Add dotnetfx35setup.exe builtin override.
CW-Bug-Id: #20733
-rwxr-xr-xproton1
1 files changed, 1 insertions, 0 deletions
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",
}