support browserautoms
This commit is contained in:
@@ -120,6 +120,8 @@ foreach ($app in $apps) {
|
||||
if ($app.Id -eq "System.Config") {
|
||||
# This is a configuration-only item.
|
||||
Write-Host "[System Config] Skipping install..." -ForegroundColor Magenta
|
||||
} elseif ($app.Id -eq "Special.Browserautoms") {
|
||||
Write-Host "[Special] Install Browserautoms..." -ForegroundColor Magenta
|
||||
} else {
|
||||
# --- Step A: Winget install ---
|
||||
$manifestPath = $null
|
||||
|
||||
Reference in New Issue
Block a user