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:
authorRĂ©mi Bernon <rbernon@codeweavers.com>2020-10-17 00:40:56 +0300
committerAndrew Eikum <aeikum@codeweavers.com>2020-11-10 16:31:32 +0300
commitd126a401f6b37765838df7809717e1bb5e878ff8 (patch)
tree75fbcbf86d2aed9ad03106163b0bd2de4ae247f9
parent1e7fb76cafcb71d82e6c07b3998410bd1a4c9718 (diff)
proton: Add dotnetfx35.exe builtin override.
-rwxr-xr-xproton1
1 files changed, 1 insertions, 0 deletions
diff --git a/proton b/proton
index 72fd4424..ea6e9afc 100755
--- a/proton
+++ b/proton
@@ -560,6 +560,7 @@ class Session:
self.env = dict(os.environ)
self.dlloverrides = {
"steam.exe": "b", #always use our special built-in steam.exe
+ "dotnetfx35.exe": "b", #replace the broken installer, as does Windows
"mfplay": "n" #disable built-in mfplay
}