Simplified source available on

This commit is contained in:
GeoffreyCoulaud
2023-07-01 15:10:40 +02:00
parent 9fbb45cfa5
commit 3af968fee7
7 changed files with 7 additions and 7 deletions

View File

@@ -93,7 +93,7 @@ class LutrisSource(URLExecutableSource):
name = "Lutris"
iterator_class = LutrisSourceIterator
url_format = "lutris:rungameid/{game_id}"
available_on = set(("linux",))
available_on = {"linux"}
# FIXME possible bug: location picks ~/.var... and cache_lcoation picks ~/.local...