处理中文乱码问题
This commit is contained in:
parent
bb95da24d4
commit
cdac3964c7
|
|
@ -1,4 +1,4 @@
|
||||||
<#
|
<#
|
||||||
.SYNOPSIS
|
.SYNOPSIS
|
||||||
Automated build script using Portable Python (No installation required)
|
Automated build script using Portable Python (No installation required)
|
||||||
.DESCRIPTION
|
.DESCRIPTION
|
||||||
|
|
@ -75,7 +75,7 @@ if ($LASTEXITCODE -eq 0) {
|
||||||
}
|
}
|
||||||
|
|
||||||
Write-Host "[Step 6/6] Cleaning up temporary Python environment..." -ForegroundColor Cyan
|
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."
|
Write-Host "Done."
|
||||||
Read-Host "Press Enter to exit..."
|
Read-Host "Press Enter to exit..."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue