From f6aa2f31e9f9602bcfd2c9928b4d21a36c9d1d2a Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:08:49 -0800 Subject: [PATCH] ulwgl_dl_util: update comment --- ulwgl_dl_util.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ulwgl_dl_util.py b/ulwgl_dl_util.py index a30997a..6fdf449 100644 --- a/ulwgl_dl_util.py +++ b/ulwgl_dl_util.py @@ -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]] = []