diff --git a/VERSION b/VERSION index 840ca8c..400122e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4 \ No newline at end of file +1.5 \ No newline at end of file diff --git a/bin/apps.json b/bin/apps.json index 325a7a6..0e35b80 100644 --- a/bin/apps.json +++ b/bin/apps.json @@ -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", diff --git a/bin/main.ps1 b/bin/main.ps1 index c7eaaa5..f3e3a8f 100644 --- a/bin/main.ps1 +++ b/bin/main.ps1 @@ -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 diff --git a/config/browserautoms.bat b/config/browserautoms.bat new file mode 100644 index 0000000..7e29022 --- /dev/null +++ b/config/browserautoms.bat @@ -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 diff --git a/selection.ini b/selection.ini index bd37644..bff8f3d 100644 --- a/selection.ini +++ b/selection.ini @@ -14,4 +14,5 @@ File Shredder=1 VLC=1 Revo Uninstaller=1 Adobe Acrobat Reader=0 +Browserautoms=1 System Optimize=1