🐛 修复下载目录残留 meta4 文件

This commit is contained in:
柚子
2025-03-07 03:34:08 +08:00
parent 4c9f50ea4d
commit 2f83ef621b

View File

@@ -259,6 +259,7 @@ impl DownloadManager {
"--rpc-listen-all=false",
&format!("--rpc-listen-port={}", port),
&format!("--user-agent={}", UA),
"--follow-metalink=mem",
"--dir=/tmp/spark-store", // 设置下载目录为 /tmp/spark-store
])
.spawn()