Setup default asset path for windows

This commit is contained in:
Maran 2014-07-08 14:58:23 +02:00
parent 61d5d107b6
commit 7e88dd4e6b
1 changed files with 1 additions and 1 deletions

View File

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