mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 02:53:43 +08:00
fix(dir): wrong logs dir path
This commit is contained in:
parent
937f43c270
commit
b092f74c88
@ -109,7 +109,7 @@ pub fn find_target_icons(target: &str) -> Result<Option<String>> {
|
|||||||
|
|
||||||
/// logs dir
|
/// logs dir
|
||||||
pub fn app_logs_dir() -> Result<PathBuf> {
|
pub fn app_logs_dir() -> Result<PathBuf> {
|
||||||
Ok(app_home_dir()?.join("icons"))
|
Ok(app_home_dir()?.join("logs"))
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn clash_path() -> Result<PathBuf> {
|
pub fn clash_path() -> Result<PathBuf> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user