Windows App Store (fix #622) (#624)

This commit is contained in:
Roey Darwish Dror
2021-02-11 06:31:59 +02:00
committed by GitHub
parent 8b7ff6a042
commit 746ffda444
4 changed files with 21 additions and 1 deletions

View File

@@ -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))?;
}