Updated exe path

This commit is contained in:
Joeri 2026-02-21 14:42:45 +01:00
parent 78cdb4a33b
commit e086626047

View file

@ -122,7 +122,7 @@ try {
} }
$zipPath = "$InstallPath\BleachBit-5.0.2-portable.zip" $zipPath = "$InstallPath\BleachBit-5.0.2-portable.zip"
$exePath = "$InstallPath\bleachbit_console.exe" $exePath = "$InstallPath\Bleachbit-Portable\bleachbit_console.exe"
# Download BleachBit if not already present # Download BleachBit if not already present
if (-not (Test-Path $zipPath)) { if (-not (Test-Path $zipPath)) {