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