aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-03-10 18:53:31 +0800
committerMaran <maran.hidskes@gmail.com>2014-03-10 19:38:31 +0800
commit96fcc1da323ae37489721f58d04f6ebf1c14ff91 (patch)
tree4a398a71c9fc046a5b2770653f86a89fa4a7b5c6 /ui
parentfbd53f0e34b636074941f5ea7b151bf173c5ed17 (diff)
downloaddexon-96fcc1da323ae37489721f58d04f6ebf1c14ff91.tar
dexon-96fcc1da323ae37489721f58d04f6ebf1c14ff91.tar.gz
dexon-96fcc1da323ae37489721f58d04f6ebf1c14ff91.tar.bz2
dexon-96fcc1da323ae37489721f58d04f6ebf1c14ff91.tar.lz
dexon-96fcc1da323ae37489721f58d04f6ebf1c14ff91.tar.xz
dexon-96fcc1da323ae37489721f58d04f6ebf1c14ff91.tar.zst
dexon-96fcc1da323ae37489721f58d04f6ebf1c14ff91.zip
Initial smart-miner stuff
Diffstat (limited to 'ui')
-rw-r--r--ui/ui_lib.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui_lib.go b/ui/ui_lib.go
index 2a1abee23..fb5957cc3 100644
--- a/ui/ui_lib.go
+++ b/ui/ui_lib.go
@@ -54,7 +54,7 @@ func AssetPath(p string) string {
// Get Binary Directory
exedir, _ := osext.ExecutableFolder()
base = filepath.Join(exedir, "../Resources")
- base = "/Users/jeffrey/go/src/github.com/ethereum/go-ethereum"
+ base = "/Users/maranhidskes/projects/go/src/github.com/ethereum/go-ethereum"
case "linux":
base = "/usr/share/ethereal"
case "window":