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-06-13 22:22:44 +0300
commit6bb51eca14affa656cdf50952b6778a5400fa55a (patch)
treeb8505230b2057b983e09411f0967e46a65af66ca
parent28750fc49f7e8057ea355ad6fbd709e4a80bbe1c (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 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",
}