From e0866260470feda0384b7c93e40edf6d435a8d09 Mon Sep 17 00:00:00 2001 From: Joeri Date: Sat, 21 Feb 2026 14:42:45 +0100 Subject: [PATCH] Updated exe path --- bleachbit.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bleachbit.ps1 b/bleachbit.ps1 index 95f6ed8..b54810f 100644 --- a/bleachbit.ps1 +++ b/bleachbit.ps1 @@ -122,7 +122,7 @@ try { } $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 if (-not (Test-Path $zipPath)) {