Set itch Windows location

This commit is contained in:
kramo
2023-04-04 20:10:33 +02:00
parent a9dc097553
commit df69352602
2 changed files with 4 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ def heroic_parser(parent_widget):
)
elif os.name == "nt" and (Path(os.getenv("appdata")) / "heroic").exists():
schema.set_string(
"heroic-location", str(Path(os.getenv("appdata") / "heroic"))
"heroic-location", str(Path(os.getenv("appdata")) / "heroic")
)
else:
return