mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
fix: 正确获取临时文件路径
This commit is contained in:
@@ -164,7 +164,7 @@ public class MultiThreadDownloader
|
||||
public MultiThreadDownloader(string sourceUrl, string savePath, int numOfParts) : this(sourceUrl, null,
|
||||
savePath, numOfParts)
|
||||
{
|
||||
TempFileDirectory = Environment.GetFolderPath(Environment.SpecialFolder.InternetCache);
|
||||
TempFileDirectory = Path.Combine(Path.GetTempPath(), "DownKyi");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user