* adjusted macos keystore path

This commit is contained in:
Taegus
2019-01-05 18:30:35 +01:00
parent b9d5fdadc2
commit df603f7607

View File

@@ -9,7 +9,7 @@ class Accounts {
this.getKeyStoreLocation = function() { this.getKeyStoreLocation = function() {
switch(os.type()) { switch(os.type()) {
case "Darwin": case "Darwin":
return path.join(os.homedir(), 'Documents/ethereum-wallet/ethereum-wallet/Classes/Business layer/Core/Services', 'keystore'); return path.join(os.homedir(), 'Library', 'Ether1', 'keystore');
break; break;
default: default:
return path.join(process.env.APPDATA, 'Ether1', 'keystore'); return path.join(process.env.APPDATA, 'Ether1', 'keystore');