Skip to content

Commit 8a8727b

Browse files
update to check for latest umu-proton
1 parent 78d37fe commit 8a8727b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

umu/umu_dl_util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def _fetch_releases() -> List[Tuple[str, str]]:
9595
or (
9696
asset.get("name").endswith("tar.gz")
9797
and asset.get("name").startswith(
98-
("umu-proton", "ULWGL-Proton", "GE-Proton")
98+
("UMU-Proton", "GE-Proton")
9999
)
100100
)
101101
)

0 commit comments

Comments
 (0)