Fixed capitalization of "Application Support" #241
Binary file not shown.
|
@ -39,7 +39,7 @@ def lookupAppdataFolder():
|
||||||
from os import path, environ
|
from os import path, environ
|
||||||
if sys.platform == 'darwin':
|
if sys.platform == 'darwin':
|
||||||
if "HOME" in environ:
|
if "HOME" in environ:
|
||||||
dataFolder = path.join(os.environ["HOME"], "Library/Application support/", APPNAME) + '/'
|
dataFolder = path.join(os.environ["HOME"], "Library/Application Support/", APPNAME) + '/'
|
||||||
else:
|
else:
|
||||||
print 'Could not find home folder, please report this message and your OS X version to the BitMessage Github.'
|
print 'Could not find home folder, please report this message and your OS X version to the BitMessage Github.'
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
Reference in New Issue
Block a user