Fix decompression progress bar

feature/lookup-installed
trivernis 1 year ago
parent 7761b14c7e
commit 9fc7d4de49
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -86,7 +86,7 @@ fn extract_zip(src: &Path, dst: &Path) -> ExtractResult<()> {
tracing::debug!("Extracting to {output_path:?}");
io::copy(&mut file, &mut file_output)?;
}
pb.tick()
pb.inc(1);
}
pb.finish_with_message("Archive extracted.");

Loading…
Cancel
Save