Commit 7e88dd4e authored by Maran's avatar Maran

Setup default asset path for windows

parent 61d5d107
......@@ -53,7 +53,7 @@ func defaultAssetPath() string {
case "linux":
assetPath = "/usr/share/ethereal"
case "window":
fallthrough
assetPath = "./assets"
default:
assetPath = "."
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment