mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-02-04 17:50:42 +03:00
proton: Add dotnetfx35.exe builtin override.
This commit is contained in:
parent
1e7fb76caf
commit
d126a401f6
1
proton
1
proton
@ -560,6 +560,7 @@ class Session:
|
|||||||
self.env = dict(os.environ)
|
self.env = dict(os.environ)
|
||||||
self.dlloverrides = {
|
self.dlloverrides = {
|
||||||
"steam.exe": "b", #always use our special built-in steam.exe
|
"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
|
"mfplay": "n" #disable built-in mfplay
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user