This commit is contained in:
GloriousEggroll 2024-02-06 02:59:40 -07:00 committed by Mathieu Comandon
parent b6b9082f92
commit a77e16f5cc

View file

@ -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