mirror of
https://github.com/ow-mods/ow-mod-man.git
synced 2025-12-11 20:15:50 +01:00
Make installed message use mod name
This commit is contained in:
parent
a9921fb707
commit
412fe38565
@ -188,7 +188,10 @@ fn extract_mod_zip(
|
||||
}
|
||||
}
|
||||
|
||||
progress.finish(&format!("Installed {}", zip_name));
|
||||
let mod_name = read_local_mod(log, &target_path.join("manifest.json"))?
|
||||
.manifest
|
||||
.name;
|
||||
progress.finish(&format!("Installed {}", mod_name));
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user