aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-07-08 20:58:23 +0800
committerMaran <maran.hidskes@gmail.com>2014-07-08 20:58:23 +0800
commit7e88dd4e6b5431a6c7bb2187965fd019261e5f3c (patch)
tree242aa5954732782536989ca452bb2a52ce2af0ac /ethereal
parent61d5d107b6f274cb1bf4ba6fda015ae30d28d2a6 (diff)
downloadgo-tangerine-7e88dd4e6b5431a6c7bb2187965fd019261e5f3c.tar.gz
go-tangerine-7e88dd4e6b5431a6c7bb2187965fd019261e5f3c.tar.zst
go-tangerine-7e88dd4e6b5431a6c7bb2187965fd019261e5f3c.zip
Setup default asset path for windows
Diffstat (limited to 'ethereal')
-rw-r--r--ethereal/flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/flags.go b/ethereal/flags.go
index 2c9b3af5f..9a4318855 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 = "."
}