This commit is contained in:
Liang Ding 2023-01-26 17:12:38 +08:00
parent 81df07598d
commit fef57e49ca
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 455 additions and 305 deletions

View file

@ -155,7 +155,7 @@ func initWorkspaceDirMobile(workspaceBaseDir string) {
os.Setenv("TMP", osTmpDir)
DBPath = filepath.Join(TempDir, DBName)
HistoryDBPath = filepath.Join(TempDir, "history.db")
BlockTreePath = filepath.Join(TempDir, "blocktree.msgpack")
BlockTreePath = filepath.Join(TempDir, "blocktree")
SnippetsPath = filepath.Join(DataDir, "snippets")
AppearancePath = filepath.Join(ConfDir, "appearance")