🎨 Improve boot

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-12-09 20:26:23 +08:00
parent e1aa372f87
commit 4ee7497afd
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 4 additions and 0 deletions

View file

@ -43,6 +43,8 @@ func BootMobile(container, appDir, workspaceBaseDir, lang string) {
httpclient.SetUserAgent(UserAgent)
Lang = lang
logging.LogInfof("workspace base dir [%s]", workspaceBaseDir)
WorkingDir = filepath.Join(appDir, "app")
HomeDir = filepath.Join(workspaceBaseDir, "home")
userHomeConfDir := filepath.Join(HomeDir, ".config", "siyuan")