fixed encoding for github.io

This commit is contained in:
amd64fox
2024-01-08 22:16:35 +03:00
committed by GitHub
parent 7135a6a3ec
commit 53671d64fc
+2 -1
View File
@@ -293,6 +293,7 @@ function CallLang($clg) {
try {
$response = (iwr -Uri $urlLang -UseBasicParsing).Content
if ($mirror) { $response = [System.Text.Encoding]::UTF8.GetString($response) }
Invoke-Expression $response
}
catch {
@@ -1645,4 +1646,4 @@ extract -counts 'exe' -helper 'Binary'
# Start Spotify
if ($start_spoti) { Start-Process -WorkingDirectory $spotifyDirectory -FilePath $spotifyExecutable }
Write-Host ($lang).InstallComplete`n -ForegroundColor Green
Write-Host ($lang).InstallComplete`n -ForegroundColor Green