chore: update

This commit is contained in:
huzibaca 2024-10-21 02:17:41 +08:00
parent ef03dc12bb
commit 90091db3b1
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

@ -89,7 +89,7 @@ pub fn profiles_path() -> Result<PathBuf> {
Ok(app_home_dir()?.join(PROFILE_YAML))
}
#[cfg(not(target_os = "windows"))]
#[cfg(target_os = "macos")]
pub fn service_path() -> Result<PathBuf> {
Ok(app_resources_dir()?.join("clash-verge-service"))
}