mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
Merge pull request #525 from bitcoindaddy/patch-1
Add OpenBSD support to util.py
This commit is contained in:
commit
3b616f1ecf
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ def appdata_dir():
|
|||
return os.path.join(sys.prefix, "share", "electrum")
|
||||
elif (platform.system() == "Darwin" or
|
||||
platform.system() == "DragonFly" or
|
||||
platform.system() == "OpenBSD" or
|
||||
platform.system() == "NetBSD"):
|
||||
return "/Library/Application Support/Electrum"
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue