mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-06 11:53:23 +00:00
Windos case for assetPath had a typo
This commit is contained in:
parent
7e88dd4e6b
commit
05c1899895
@ -52,7 +52,7 @@ func defaultAssetPath() string {
|
||||
assetPath = filepath.Join(exedir, "../Resources")
|
||||
case "linux":
|
||||
assetPath = "/usr/share/ethereal"
|
||||
case "window":
|
||||
case "windows":
|
||||
assetPath = "./assets"
|
||||
default:
|
||||
assetPath = "."
|
||||
|
Loading…
x
Reference in New Issue
Block a user