Disallow Legendary on Windows to fix Heroic

This commit is contained in:
kramo
2023-07-08 16:00:57 +02:00
parent 16db07511a
commit 6a06f7329d
2 changed files with 8 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ class LegendarySourceIterator(SourceIterator):
class LegendarySource(Source):
name = "Legendary"
executable_format = "legendary launch {app_name}"
available_on = {"linux", "win32"}
available_on = {"linux"}
iterator_class = LegendarySourceIterator
config_location: Location = Location(