Fix windows

This commit is contained in:
2025-11-01 11:04:39 -07:00
parent c1be109a29
commit c90cf0ed55

View File

@@ -60,6 +60,7 @@ async fn unzip_to_dir(zip_path: PathBuf, out_dir: PathBuf) -> String {
} }
} }
#[allow(unused_variables)]
#[tauri::command] #[tauri::command]
async fn download(app: AppHandle, url: String, name: String, executable: String) -> String { async fn download(app: AppHandle, url: String, name: String, executable: String) -> String {
let client = reqwest::Client::new(); let client = reqwest::Client::new();