mend
the build was successful Details

This commit is contained in:
Dan Ballard 2020-10-28 16:47:00 -07:00
parent 27b092683a
commit 8b2a3aedfe
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -168,7 +168,7 @@ func mainUi(flagLocal bool, flagClientUI bool) {
if runtime.GOOS == "windows" {
dir = "/" + dir
}
// QML uses '/' refardless of platform (so we use path.Join here not filepath.Join)
// QML uses '/' regardless of platform (so we use path.Join here not filepath.Join)
gcd.SetAssetPath("file://" + path.Join(dir, "assets") + "/")
}
log.Infof("gcd.assetPath = '%v'\n", gcd.AssetPath())