This commit is contained in:
Liang Ding 2022-06-13 15:27:37 +08:00
parent 6cba470b69
commit 91d04fa15e
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
13 changed files with 166 additions and 5 deletions

View file

@ -35,6 +35,7 @@ func BootMobile(container, appDir, workspaceDir, nativeLibDir, privateDataDir, l
WorkspaceDir = workspaceDir
ConfDir = filepath.Join(workspaceDir, "conf")
DataDir = filepath.Join(workspaceDir, "data")
RepoDir = filepath.Join(WorkspaceDir, "repo")
TempDir = filepath.Join(workspaceDir, "temp")
osTmpDir := filepath.Join(TempDir, "os")
os.RemoveAll(osTmpDir)