fix: 更新 WinFsp 下载链接至版本 2.1.25156

This commit is contained in:
VirtualHotBar
2026-03-04 23:33:52 +08:00
parent ce2539fbc8
commit 16ce2cbfd1

View File

@@ -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| {