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
|
||||
|
||||
3
config/browserautoms.bat
Normal file
3
config/browserautoms.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
|
||||
msiexec.exe /i "https://dl.oranjee.org/winget-repo/manifests/i/Internal/Browserautoms/3.3.1/browserautoms.msi" /qn /norestart
|
||||
@@ -14,4 +14,5 @@ File Shredder=1
|
||||
VLC=1
|
||||
Revo Uninstaller=1
|
||||
Adobe Acrobat Reader=0
|
||||
Browserautoms=1
|
||||
System Optimize=1
|
||||
|
||||
Reference in New Issue
Block a user