mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-13 05:29:34 +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)
|
PathBuf::from(manifest_dir)
|
||||||
.parent()
|
.parent()
|
||||||
.unwrap_or(&PathBuf::from("."))
|
.unwrap_or(&PathBuf::from("."))
|
||||||
.join("chat-cli-data")
|
.join("tmp/chat-cli-data")
|
||||||
}
|
}
|
||||||
|
|
||||||
fn main() -> Result<()> {
|
fn main() -> Result<()> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user