diff --git a/ethereal/flags.go b/ethereal/flags.go
index 9a43188554925cbf4e63457d10a759dfad227de6..d5ca9f336a947b9924810c3388a239268bd6c9fa 100644
--- a/ethereal/flags.go
+++ b/ethereal/flags.go
@@ -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 = "."