Commit 05c18998 authored by Maran's avatar Maran

Windos case for assetPath had a typo

parent 7e88dd4e
......@@ -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 = "."
......
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