chore: update

This commit is contained in:
huzibaca 2024-10-21 02:17:41 +08:00
parent 06f4e79e5c
commit f6c7a611a3

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"))
}