Finish all the refine work

This commit is contained in:
zicla 2019-04-26 20:36:09 +08:00
parent f5c9616bac
commit f35852b696
4 changed files with 14 additions and 3 deletions

8
.gitignore vendored
View File

@ -1,5 +1,9 @@
#idea file
.idea
dist
tmp
# develop temp folder.
tmp
# build execute file
tank

View File

@ -1,3 +1,6 @@
# Eyeblue Tank
> The document is comming...
> The document is comming...
go build -mod=readonly

View File

@ -40,6 +40,8 @@ func GetDevHomePath() string {
panic("cannot get dev home path.")
}
fmt.Println(file)
dir := GetDirOfPath(file)
dir = GetDirOfPath(dir)
dir = GetDirOfPath(dir)
@ -57,6 +59,8 @@ func GetHomePath() string {
}
exPath := filepath.Dir(ex)
GetDevHomePath()
//如果exPath中包含了 /private/var/folders 我们认为是在Mac的开发环境中
macDev := strings.HasPrefix(exPath, "/private/var/folders")
if macDev {