refactor: kill core by process name

This commit is contained in:
MystiPanda
2024-06-18 12:09:54 +08:00
parent ae784cb985
commit 95c23a93cd
2 changed files with 18 additions and 33 deletions

View File

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