diff --git a/.github/Pic/Shields/SpotX_Channel .svg b/.github/Pic/Shields/SpotX_Channel.svg similarity index 100% rename from .github/Pic/Shields/SpotX_Channel .svg rename to .github/Pic/Shields/SpotX_Channel.svg diff --git a/Install.ps1 b/Install.ps1 index d9bc3f0..665fc0d 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -260,7 +260,7 @@ $lang = CallLang -clg $langCode # Set variable 'ru'. if ($langCode -eq 'ru') { $ru = $true - $urlru = "https://raw.githubusercontent.com/SpotX-CLI/SpotX-commons/main/Augmented%20translation/ru.json" + $urlru = "https://raw.githubusercontent.com/amd64fox/SpotX/main/patches/Augmented%20translation/ru.json" $webjsonru = (Invoke-WebRequest -useb -Uri $urlru).Content | ConvertFrom-Json } @@ -847,7 +847,7 @@ if (!($cache_on) -and !($cache_off)) { if ($exp_standart) { Write-Host ($lang).ExpStandart`n } if ($exp_spotify) { Write-Host ($lang).ExpSpotify`n } -$url = "https://raw.githubusercontent.com/SpotX-CLI/SpotX-commons/main/patches.json" +$url = "https://raw.githubusercontent.com/amd64fox/SpotX/main/patches/patches.json" $webjson = (Invoke-WebRequest -useb -Uri $url).Content | ConvertFrom-Json function Helper($paramname) {