Windos case for assetPath had a typo

pull/109/merge
Maran 11 years ago
parent 7e88dd4e6b
commit 05c1899895
  1. 2
      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 = "."

Loading…
Cancel
Save