aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-07-08 20:58:33 +0800
committerMaran <maran.hidskes@gmail.com>2014-07-08 20:58:33 +0800
commit05c18998959b6fbc5da674489371a8d3e88e7db2 (patch)
tree554dbc5fdcabd96aafffc8971f545a30d4c4eb7e
parent7e88dd4e6b5431a6c7bb2187965fd019261e5f3c (diff)
downloaddexon-05c18998959b6fbc5da674489371a8d3e88e7db2.tar.gz
dexon-05c18998959b6fbc5da674489371a8d3e88e7db2.tar.zst
dexon-05c18998959b6fbc5da674489371a8d3e88e7db2.zip
Windos case for assetPath had a typo
-rw-r--r--ethereal/flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/flags.go b/ethereal/flags.go
index 9a4318855..d5ca9f336 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 = "."