mirror of
https://github.com/Bluemangoo/sekai-unpacker.git
synced 2026-09-20 16:26:51 +08:00
fix temp create&remove
This commit is contained in:
@@ -86,7 +86,7 @@ pub async fn download(
|
||||
let _ = server_send_files(send_stream, &files).await;
|
||||
}
|
||||
|
||||
let _ = std::fs::remove_file(dir);
|
||||
let _ = std::fs::remove_dir_all(dir);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user