* adjusted macos keystore path
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user