🐛 fixed source imports

This commit is contained in:
GeoffreyCoulaud
2023-06-03 21:41:04 +02:00
parent 729ca82445
commit 7d8a7a894f
4 changed files with 9 additions and 20 deletions

View File

@@ -136,7 +136,7 @@ class HeroicSource(Source):
return HeroicSourceIterator(source=self)
class HeroicNativeSource(HeroicSource, LinuxSource):
class HeroicLinuxSource(HeroicSource, LinuxSource):
variant = "linux"
executable_format = "xdg-open heroic://launch/{app_name}"