From be581da62537c7508854be02352f509b33fc6ae2 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sat, 13 May 2023 12:05:22 +0300 Subject: [PATCH] fixed path for patches.json --- Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.ps1 b/Install.ps1 index dbdc8af..49b1c92 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -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) {