diff --git a/ethereal/flags.go b/ethereal/flags.go index 2c9b3af5fa55bee51c16afdf8f77de36bb6d1483..9a43188554925cbf4e63457d10a759dfad227de6 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 = "." }