Make a specific flag for Mas (fix #681)
This commit is contained in:
@@ -86,6 +86,7 @@ pub enum Step {
|
||||
Jetpack,
|
||||
Krew,
|
||||
MacPorts,
|
||||
Mas,
|
||||
Micro,
|
||||
MicrosoftAutoUpdate,
|
||||
MicrosoftStore,
|
||||
|
||||
@@ -341,7 +341,7 @@ fn run() -> Result<()> {
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
{
|
||||
runner.execute(Step::System, "App Store", || macos::run_mas(run_type))?;
|
||||
runner.execute(Step::Mas, "App Store", || macos::run_mas(run_type))?;
|
||||
runner.execute(Step::System, "System upgrade", || macos::upgrade_macos(&ctx))?;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user