mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-12 04:59:27 +00:00
chore: use tmp data folder
This commit is contained in:
parent
f721fcafd4
commit
41bb4efeab
@ -39,7 +39,7 @@ fn get_data_dir() -> PathBuf {
|
||||
PathBuf::from(manifest_dir)
|
||||
.parent()
|
||||
.unwrap_or(&PathBuf::from("."))
|
||||
.join("chat-cli-data")
|
||||
.join("tmp/chat-cli-data")
|
||||
}
|
||||
|
||||
fn main() -> Result<()> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user