mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-14 03:16:33 +10:00
fixed encoding for github.io
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user