From 588a2871b8b68e8f0a59b8fb6044fcb74676c293 Mon Sep 17 00:00:00 2001 From: amd64fox Date: Sat, 21 Jan 2023 19:04:15 +0300 Subject: [PATCH] fix url --- .github/Pic/Shields/{SpotX_Channel .svg => SpotX_Channel.svg} | 0 Install.ps1 | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/Pic/Shields/{SpotX_Channel .svg => SpotX_Channel.svg} (100%) 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) {