mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 04:26:37 +00:00
Windos case for assetPath had a typo
This commit is contained in:
parent
7e88dd4e6b
commit
05c1899895
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ func defaultAssetPath() string {
|
||||||
assetPath = filepath.Join(exedir, "../Resources")
|
assetPath = filepath.Join(exedir, "../Resources")
|
||||||
case "linux":
|
case "linux":
|
||||||
assetPath = "/usr/share/ethereal"
|
assetPath = "/usr/share/ethereal"
|
||||||
case "window":
|
case "windows":
|
||||||
assetPath = "./assets"
|
assetPath = "./assets"
|
||||||
default:
|
default:
|
||||||
assetPath = "."
|
assetPath = "."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue