Remove Microsoft store (fix #674)

This commit is contained in:
Roey Darwish Dror
2021-04-23 07:01:06 +03:00
parent 0490bd70a2
commit cf63db2786
4 changed files with 1 additions and 21 deletions

View File

@@ -145,9 +145,6 @@ fn run() -> Result<()> {
#[cfg(windows)]
{
runner.execute(Step::MicrosoftStore, "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))?;
}