This commit is contained in:
Joeri 2026-02-07 12:20:38 +01:00
parent 5038877cd7
commit e1229bdeb3

View file

@ -503,7 +503,7 @@ try {
# Download BleachBit Portable # Download BleachBit Portable
Write-Log "Downloading BleachBit Portable..." -Level "INFO" Write-Log "Downloading BleachBit Portable..." -Level "INFO"
$BleachBitZip = "C:\Quest\BleachBitPortable.zip" $BleachBitZip = "C:\Quest\BleachBitPortable.zip"
$BleachBitUrl = "https://www.bleachbit.org/download/file/t?file=BleachBit-5.0.2-portable.zip" $BleachBitUrl = "https://download.bleachbit.org/BleachBit-5.0.2-portable.zip"
$MinFileSizeBytes = 10000000 # Minimum 10MB $MinFileSizeBytes = 10000000 # Minimum 10MB
try { try {