Accept FreeBSD OS

This commit is contained in:
Fynn 2014-04-10 11:37:58 -03:00
parent e0ad81acdd
commit cc13dd25b3
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ def appdata_dir():
elif (platform.system() == "Darwin" or
platform.system() == "DragonFly" or
platform.system() == "OpenBSD" or
platform.system() == "FreeBSD" or
platform.system() == "NetBSD"):
return "/Library/Application Support/Electrum"
else: