Fixed Microsoft Store terminology

This commit is contained in:
Roey Darwish Dror
2021-02-18 14:20:30 +02:00
parent f06230482e
commit 4fe3c257b6
3 changed files with 4 additions and 4 deletions

View File

@@ -145,7 +145,7 @@ fn run() -> Result<()> {
#[cfg(windows)]
{
runner.execute(Step::WindowsAppStore, "Windows App Store", || {
runner.execute(Step::MicrosoftStore, "Windows App Store", || {
windows::upgrade_store_apps(&ctx)
})?;
runner.execute(Step::Chocolatey, "Chocolatey", || windows::run_chocolatey(&ctx))?;