ksud: don't extract on module install
This commit is contained in:
@@ -330,7 +330,7 @@ fn _install_module(zip: &str) -> Result<()> {
|
|||||||
// print banner
|
// print banner
|
||||||
println!(include_str!("banner"));
|
println!(include_str!("banner"));
|
||||||
|
|
||||||
assets::ensure_binaries(false).with_context(|| "Failed to extract assets")?;
|
assets::ensure_binaries(true).with_context(|| "Failed to extract assets")?;
|
||||||
|
|
||||||
// first check if workding dir is usable
|
// first check if workding dir is usable
|
||||||
ensure_dir_exists(defs::WORKING_DIR).with_context(|| "Failed to create working dir")?;
|
ensure_dir_exists(defs::WORKING_DIR).with_context(|| "Failed to create working dir")?;
|
||||||
|
|||||||
Reference in New Issue
Block a user