mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Fix extract_tar_based_stream
: Normalize path before adding them to ExtractedFiles
(#901)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
e89b8e2463
commit
89a47cbec9
2 changed files with 23 additions and 2 deletions
|
@ -202,6 +202,8 @@ async fn download_extract_and_verify(
|
|||
// If that fails, then ignore this fetcher.
|
||||
let extracted_files = fetcher.fetch_and_extract(bin_path).await?;
|
||||
|
||||
debug!("extracted_files = {extracted_files:#?}");
|
||||
|
||||
// Build final metadata
|
||||
let meta = fetcher.target_meta();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue