Merge pull request #647 from enriquefynn/master

Accept FreeBSD OS
This commit is contained in:
ThomasV 2014-04-10 17:53:24 +02:00
commit 9df44b8476
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: