mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Improve boot
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
e1aa372f87
commit
4ee7497afd
2 changed files with 4 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue