Compare commits

...

No commits in common. "d5523ba3cb1b210f2bef9a376d15925885428bb5" and "5f0a9d368e383f9acb38e08c6838ce940df6e1fb" have entirely different histories.

View File

@ -68,7 +68,7 @@ def run():
steam_dir = 'C:/Program Files (x86)/Steam' steam_dir = 'C:/Program Files (x86)/Steam'
base_dir = pathlib.Path(steam_dir) / 'steamapps/common/Hades/Content/Win/Packages' base_dir = pathlib.Path(steam_dir) / 'steamapps/common/Hades/Content/Win/Packages'
if not base_dir.exists(): if not base_dir.exists():
print(f'Could not find Hades at {base_dir}. Is {steam_dir} the correct location for your Steam library?') print(f'Could not find Hades game files. Is {steam_dir} the correct location for your Steam library?')
return 1 return 1
include = get_list('include.txt') include = get_list('include.txt')