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

@@ -155,6 +155,18 @@
}
]
},
{
"Name": "Browserautoms",
"Id": "Special.Browserautoms",
"Version": "3.3.1",
"Enabled": 0,
"PostInstall": [
{
"Type": "Command",
"Command": "\"$PSScriptRoot\\config\\browserautoms.bat\""
}
]
},
{
"Name": "System Optimize",
"Id": "System.Config",

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