Compare commits
No commits in common. "d5523ba3cb1b210f2bef9a376d15925885428bb5" and "5f0a9d368e383f9acb38e08c6838ce940df6e1fb" have entirely different histories.
d5523ba3cb
...
5f0a9d368e
@ -68,7 +68,7 @@ def run():
|
||||
steam_dir = 'C:/Program Files (x86)/Steam'
|
||||
base_dir = pathlib.Path(steam_dir) / 'steamapps/common/Hades/Content/Win/Packages'
|
||||
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
|
||||
|
||||
include = get_list('include.txt')
|
||||
|
Loading…
x
Reference in New Issue
Block a user