Skip to content

Commit

Permalink
AIroot UI-SYSTEM 0.9.5(RC2)
Browse files Browse the repository at this point in the history
  • Loading branch information
uucckk committed Aug 1, 2019
1 parent 6c3aa11 commit 3dde97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uisys/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func CreateProjectDir(path string) (string, bool) {
f, e = os.Create(path + "/.uisys")
defer f.Close()
if e == nil {
f.WriteString("release-path " + filepath.Dir(abs) + "/" + filepath.Base(abs) + "-release/")
f.WriteString("release-path " + "../" + filepath.Base(abs) + "-release/")
} else {
return e.Error(), false
}
Expand Down

0 comments on commit 3dde97e

Please sign in to comment.