log assetFolder, use sperator rune
the build was successful Details

This commit is contained in:
Dan Ballard 2020-10-28 15:43:16 -07:00
parent 93776e0ca8
commit 8337c92f45
1 changed files with 2 additions and 1 deletions

View File

@ -167,8 +167,9 @@ func mainUi(flagLocal bool, flagClientUI bool) {
if runtime.GOOS == "windows" {
dir = "/" + dir
}
gcd.SetAssetPath("file://" + filepath.Join(dir, "assets") + "/")
gcd.SetAssetPath("file://" + filepath.Join(dir, "assets") + string(filepath.Separator))
}
log.Infof("gcd.assetPath = '%v'\n", gcd.AssetPath())
if buildVer != "" {
gcd.SetVersion(buildVer)