aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/flags.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal/flags.go')
-rw-r--r--ethereal/flags.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethereal/flags.go b/ethereal/flags.go
index 2c9b3af5f..d5ca9f336 100644
--- a/ethereal/flags.go
+++ b/ethereal/flags.go
@@ -52,8 +52,8 @@ func defaultAssetPath() string {
assetPath = filepath.Join(exedir, "../Resources")
case "linux":
assetPath = "/usr/share/ethereal"
- case "window":
- fallthrough
+ case "windows":
+ assetPath = "./assets"
default:
assetPath = "."
}