From cdac3964c7fcbf8b7ebd3534a602ac46d42a1422 Mon Sep 17 00:00:00 2001 From: fuzhongyun <15339891972@163.com> Date: Thu, 12 Mar 2026 11:05:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E4=B8=AD=E6=96=87=E4=B9=B1?= =?UTF-8?q?=E7=A0=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_portable.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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..."