mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 11:35:20 +00:00
ulwgl_dl_util: update comment
This commit is contained in:
parent
9de0628fb0
commit
f6aa2f31e9
@ -10,10 +10,10 @@ from shutil import rmtree
|
||||
|
||||
|
||||
def get_ulwgl_proton(env: Dict[str, str]) -> Union[Dict[str, str], None]:
|
||||
"""Attempt to find Proton and downloads the latest if PROTONPATH is not set.
|
||||
"""Attempt to find existing Proton from the system or downloads the latest if PROTONPATH is not set.
|
||||
|
||||
Only fetches the latest if not first found in the Steam compat
|
||||
Cache is only referred to last
|
||||
Only fetches the latest if not first found in .local/share/Steam/compatibilitytools.d
|
||||
The cache directory, .cache/ULWGL, is referenced next for latest or as fallback
|
||||
"""
|
||||
files: List[Tuple[str, str]] = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user