committed by
GitHub
parent
8b7ff6a042
commit
746ffda444
@@ -144,6 +144,9 @@ fn run() -> Result<()> {
|
||||
|
||||
#[cfg(windows)]
|
||||
{
|
||||
runner.execute(Step::WindowsAppStore, "Windows App Store", || {
|
||||
windows::upgrade_store_apps(&ctx)
|
||||
})?;
|
||||
runner.execute(Step::Chocolatey, "Chocolatey", || windows::run_chocolatey(&ctx))?;
|
||||
runner.execute(Step::Scoop, "Scoop", || windows::run_scoop(config.cleanup(), run_type))?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user