good morning!!!!

Skip to content
Snippets Groups Projects
Commit 9689a201 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

mist

parent 02ea68f1
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ func DefaultAssetPath() string {
// assume a debug build and use the source directory as
// asset directory.
pwd, _ := os.Getwd()
if pwd == path.Join(os.Getenv("GOPATH"), "src", "github.com", "ethereum", "go-ethereum", "Mist") {
if pwd == path.Join(os.Getenv("GOPATH"), "src", "github.com", "ethereum", "go-ethereum", "mist") {
assetPath = path.Join(pwd, "assets")
} else {
switch runtime.GOOS {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment