fixed path for patches.json

This commit is contained in:
amd64fox
2023-05-13 12:05:22 +03:00
committed by GitHub
parent fd75348943
commit be581da625
+1 -1
View File
@@ -881,7 +881,7 @@ if (!($cache_on) -and !($cache_off)) {
}
}
$url = "https://github.com/amd64fox/SpotX/blob/main/patches/patches.json"
$url = "https://raw.githubusercontent.com/amd64fox/SpotX/main/patches/patches.json"
$retries = 0
while ($retries -lt 3) {