mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
[core] Change overlay install path
This commit is contained in:
parent
99c97032b4
commit
dd099c0afd
|
@ -1794,7 +1794,7 @@ class LegendaryCore:
|
|||
if igame := self.lgd.get_overlay_install_info():
|
||||
path = igame.install_path
|
||||
else:
|
||||
path = path or os.path.join(self.get_default_install_dir(), 'EOS_Overlay')
|
||||
path = path or os.path.join(self.get_default_install_dir(), '.overlay')
|
||||
|
||||
dlm = DLManager(path, base_urls[0])
|
||||
analysis_result = dlm.run_analysis(manifest=manifest)
|
||||
|
|
Loading…
Reference in a new issue