mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
[core] Add note about difference to EGL save path resolver
This commit is contained in:
parent
d59e973816
commit
2ffd183554
|
@ -826,6 +826,8 @@ class LegendaryCore:
|
||||||
}
|
}
|
||||||
elif sys_platform == 'darwin' and platform == 'Mac':
|
elif sys_platform == 'darwin' and platform == 'Mac':
|
||||||
path_vars |= {
|
path_vars |= {
|
||||||
|
# Note: EGL actually resolves this to "~/Library/Application Support/Epic", but the only game
|
||||||
|
# I could find using this (Loop Hero) expects it to be "~/Library/Application Support".
|
||||||
'{appdata}': os.path.expanduser('~/Library/Application Support'),
|
'{appdata}': os.path.expanduser('~/Library/Application Support'),
|
||||||
'{userdir}': os.path.expanduser('~/Documents'),
|
'{userdir}': os.path.expanduser('~/Documents'),
|
||||||
'{userlibrary}': os.path.expanduser('~/Library'),
|
'{userlibrary}': os.path.expanduser('~/Library'),
|
||||||
|
|
Loading…
Reference in a new issue