处理中文乱码问题
This commit is contained in:
parent
bb95da24d4
commit
cdac3964c7
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue