diff --git a/build_portable.ps1 b/build_portable.ps1 index 81b4bea..51fd6ef 100644 --- a/build_portable.ps1 +++ b/build_portable.ps1 @@ -1,4 +1,4 @@ -<# +<# .SYNOPSIS Automated build script using Portable Python (No installation required) .DESCRIPTION @@ -75,7 +75,7 @@ if ($LASTEXITCODE -eq 0) { } Write-Host "[Step 6/6] Cleaning up temporary Python environment..." -ForegroundColor Cyan -# Remove-Item $TempDir -Recurse -Force +Remove-Item $TempDir -Recurse -Force Write-Host "Done." Read-Host "Press Enter to exit..."