Setup default asset path for windows
This commit is contained in:
@ -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 = "."
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user