Accept FreeBSD OS
authorFynn <enriquefynn@gmail.com>
Thu, 10 Apr 2014 14:37:58 +0000 (11:37 -0300)
committerFynn <enriquefynn@gmail.com>
Thu, 10 Apr 2014 14:37:58 +0000 (11:37 -0300)
lib/util.py

index 8108580..4258b2d 100644 (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: