aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal')
-rw-r--r--ethereal/flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/flags.go b/ethereal/flags.go
index 2c9b3af5f..9a4318855 100644
--- a/ethereal/flags.go
+++ b/ethereal/flags.go
@@ -53,7 +53,7 @@ func defaultAssetPath() string {
case "linux":
assetPath = "/usr/share/ethereal"
case "window":
- fallthrough
+ assetPath = "./assets"
default:
assetPath = "."
}