🐛 Fixed new location override syntax

This commit is contained in:
GeoffreyCoulaud
2023-06-05 13:21:19 +02:00
parent 1e3e6484e4
commit 725bab5c93
5 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ class LutrisLinuxSource(LutrisSource, LinuxSource):
executable_format = "xdg-open lutris:rungameid/{game_id}"
@property
@Source.replaced_by_schema_key()
@LutrisSource.replaced_by_schema_key()
@replaced_by_path("~/.var/app/net.lutris.Lutris/data/lutris/")
@replaced_by_path("~/.local/share/lutris/")
def location(self):