mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-08 12:35:20 +00:00
ulwgl_run: update format
This commit is contained in:
parent
11bd213088
commit
15b78b59c6
@ -146,7 +146,8 @@ def check_env(
|
|||||||
env["PROTONPATH"] = (
|
env["PROTONPATH"] = (
|
||||||
Path("~/.local/share/Steam/compatibilitytools.d/")
|
Path("~/.local/share/Steam/compatibilitytools.d/")
|
||||||
.expanduser()
|
.expanduser()
|
||||||
.joinpath(os.environ["PROTONPATH"]).as_posix()
|
.joinpath(os.environ["PROTONPATH"])
|
||||||
|
.as_posix()
|
||||||
)
|
)
|
||||||
elif not Path(os.environ["PROTONPATH"]).expanduser().is_dir():
|
elif not Path(os.environ["PROTONPATH"]).expanduser().is_dir():
|
||||||
os.environ["PROTONPATH"] = ""
|
os.environ["PROTONPATH"] = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user