mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-05 15:52:55 +00:00
Setup default asset path for windows
This commit is contained in:
parent
61d5d107b6
commit
7e88dd4e6b
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ func defaultAssetPath() string {
|
||||||
case "linux":
|
case "linux":
|
||||||
assetPath = "/usr/share/ethereal"
|
assetPath = "/usr/share/ethereal"
|
||||||
case "window":
|
case "window":
|
||||||
fallthrough
|
assetPath = "./assets"
|
||||||
default:
|
default:
|
||||||
assetPath = "."
|
assetPath = "."
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue