diff --git a/src-tauri/src/commands/system.rs b/src-tauri/src/commands/system.rs index e0d7659..c8d1ad6 100644 --- a/src-tauri/src/commands/system.rs +++ b/src-tauri/src/commands/system.rs @@ -1,5 +1,7 @@ #[cfg(target_os = "windows")] use crate::server::resolve::strip_unc; +#[cfg(target_os = "windows")] +use std::path::PathBuf; use tauri::Manager; #[tauri::command]