Show more progress

This commit is contained in:
mxve 2023-09-10 20:00:04 +02:00
parent 349efa4e43
commit 813d0613c1

View File

@ -192,6 +192,8 @@ fn update_dir(cdn_info: &Vec<CdnFile>, remote_dir: &str, dir: &Path) {
sha1_remote
);
http::download_file(&format!("{}/{}", MASTER, file.name), &file_path);
} else {
println!("{} is up to date.", file_path.display());
}
} else {
println!("Downloading {}...", file_path.display());