Merge pull request #120 from kyuupichan/master
Support installation on NetBSD
This commit is contained in:
commit
95ac4a3f28
@ -87,7 +87,8 @@ def appdata_dir():
|
||||
elif platform.system() == "Linux":
|
||||
return os.path.join(sys.prefix, "share", "electrum")
|
||||
elif (platform.system() == "Darwin" or
|
||||
platform.system() == "DragonFly"):
|
||||
platform.system() == "DragonFly" or
|
||||
platform.system() == "NetBSD"):
|
||||
return "/Library/Application Support/Electrum"
|
||||
else:
|
||||
raise Exception("Unknown system")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user