处理中文乱码问题

This commit is contained in:
fuzhongyun 2026-03-12 11:05:54 +08:00
parent bb95da24d4
commit cdac3964c7
1 changed files with 2 additions and 2 deletions

View File

@ -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..."