diff --git a/src/utils/steam_parser.py b/src/utils/steam_parser.py index de6af31..87aada9 100644 --- a/src/utils/steam_parser.py +++ b/src/utils/steam_parser.py @@ -180,7 +180,7 @@ def steam_parser(parent_widget): steam_dir = Path(schema.get_string("steam-location")).expanduser() appmanifests = [] - steam_dirs = schema.get_strv("steam-extra-dirs") + steam_dirs = [Path(directory) for directory in schema.get_strv("steam-extra-dirs")] steam_dirs.append(steam_dir) for directory in steam_dirs: