support browserautoms
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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