mirror of
https://github.com/lutris/lutris
synced 2024-11-05 18:10:49 +00:00
fix typo
This commit is contained in:
parent
b6b9082f92
commit
a77e16f5cc
1 changed files with 1 additions and 1 deletions
|
@ -1093,7 +1093,7 @@ class wine(Runner):
|
|||
# In stable versions of proton this can be dist/bin insteasd of files/bin
|
||||
if os.path.exists(wine_exe[:wine_exe.index("files/bin")]):
|
||||
env["PROTONPATH"] = wine_exe[:wine_exe.index("files/bin")]
|
||||
else
|
||||
else:
|
||||
env["PROTONPATH"] = wine_exe[:wine_exe.index("dist/bin")]
|
||||
return env
|
||||
|
||||
|
|
Loading…
Reference in a new issue