From 16ce2cbfd1a7ac91a49d0daea514bcf65f297353 Mon Sep 17 00:00:00 2001 From: VirtualHotBar <96966978+VirtualHotBar@users.noreply.github.com> Date: Wed, 4 Mar 2026 23:33:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20WinFsp=20=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E9=93=BE=E6=8E=A5=E8=87=B3=E7=89=88=E6=9C=AC=202.1.25?= =?UTF-8?q?156?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/build.rs b/src-tauri/build.rs index 42e7b9b..954fec4 100644 --- a/src-tauri/build.rs +++ b/src-tauri/build.rs @@ -369,7 +369,7 @@ fn check_res_bin() { if target_os == "windows" { //下载winfsp let winfsp_url = - "https://github.com/winfsp/winfsp/releases/download/v2.0/winfsp-2.0.23075.msi"; + "https://github.com/winfsp/winfsp/releases/download/v2.1/winfsp-2.1.25156.msi"; let winfsp_path = &format!("{}winfsp.msi", bin_path); if !Path::new(winfsp_path).exists() && !skip_downloads && !env_truthy("NETMOUNT_SKIP_WINFSP_DOWNLOAD") { download_with_progress(winfsp_url, winfsp_path, |total_size, downloaded| {