mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Data directory linux fix
This commit is contained in:
parent
a0daf2d625
commit
9350f9f26a
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ def user_dir():
|
|||
if 'ANDROID_DATA' in os.environ:
|
||||
return android_data_dir()
|
||||
elif os.name == 'posix':
|
||||
return os.path.join(os.environ["HOME"], ".electrum")
|
||||
return os.path.join(os.environ["HOME"], ".lbry-vault")
|
||||
elif "APPDATA" in os.environ:
|
||||
return os.path.join(os.environ["APPDATA"], "Electrum-lbry")
|
||||
elif "LOCALAPPDATA" in os.environ:
|
||||
|
|
Loading…
Add table
Reference in a new issue