support browserautoms

This commit is contained in:
Julian
2026-09-05 10:56:03 -04:00
parent c4adac7b41
commit 96871dc58a
5 changed files with 19 additions and 1 deletions

View File

@@ -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