ulwgl_dl_util: update comment

This commit is contained in:
R1kaB3rN 2024-02-16 12:08:49 -08:00
parent 9de0628fb0
commit f6aa2f31e9
No known key found for this signature in database

View File

@ -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]] = []