mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-28 15:45:50 +03:00
proton: Always use built-in steam.exe
This commit is contained in:
parent
898a4c5d77
commit
7a30e996ce
2
proton
2
proton
@ -170,7 +170,7 @@ with dist_lock:
|
|||||||
try_copy(basedir + "/version", basedir + "/dist/")
|
try_copy(basedir + "/version", basedir + "/dist/")
|
||||||
|
|
||||||
env = dict(os.environ)
|
env = dict(os.environ)
|
||||||
dlloverrides = {}
|
dlloverrides = {"steam.exe": "b"} #always use our special built-in steam.exe
|
||||||
|
|
||||||
if "HOST_LC_ALL" in env and len(env["HOST_LC_ALL"]) > 0:
|
if "HOST_LC_ALL" in env and len(env["HOST_LC_ALL"]) > 0:
|
||||||
#steam sets LC_ALL=C to help some games, but Wine requires the real value
|
#steam sets LC_ALL=C to help some games, but Wine requires the real value
|
||||||
|
Loading…
Reference in New Issue
Block a user