Setup default asset path for windows

pull/109/merge
Maran 11 years ago
parent 61d5d107b6
commit 7e88dd4e6b
  1. 2
      ethereal/flags.go

@ -53,7 +53,7 @@ func defaultAssetPath() string {
case "linux": case "linux":
assetPath = "/usr/share/ethereal" assetPath = "/usr/share/ethereal"
case "window": case "window":
fallthrough assetPath = "./assets"
default: default:
assetPath = "." assetPath = "."
} }

Loading…
Cancel
Save