chore: update

This commit is contained in:
huzibaca
2024-10-21 02:17:41 +08:00
parent ef03dc12bb
commit 90091db3b1

View File

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