This commit is contained in:
Joeri 2026-02-21 15:05:42 +01:00
parent d0bc390436
commit ba10048c95

View file

@ -83,7 +83,7 @@ if (-not (Test-Path $exePath)) {
# Run the cleanup command
Write-Host "Running BleachBit cleanup..."
$CleanerArgs = $BleachBitCleaners -join " "
$output = & $exePath --clean $CleanerArgs
$output = Start-Process -FilePath $exePath -ArgumentList "--clean $CleanerArgs" -NoNewWindow -Wait -PassThru -ErrorAction Stop
# Output JSON result
$result = @{