From a6a3847e30369db8186b6ff89a6b17e4dc261416 Mon Sep 17 00:00:00 2001 From: huzibaca Date: Wed, 16 Oct 2024 01:55:22 +0800 Subject: [PATCH] chore: update --- src-tauri/src/core/service.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/src/core/service.rs b/src-tauri/src/core/service.rs index dc821e87..6981b11d 100644 --- a/src-tauri/src/core/service.rs +++ b/src-tauri/src/core/service.rs @@ -71,7 +71,7 @@ pub async fn reinstall_service() -> Result<()> { } #[cfg(target_os = "linux")] -pub async fn reinstall_service1() -> Result<()> { +pub async fn reinstall_service() -> Result<()> { use users::get_effective_uid; let binary_path = dirs::service_path()?;