From 003d6d0798798a05d03da0ca34c9d940e58fe13e Mon Sep 17 00:00:00 2001 From: dutixlf Date: Tue, 28 Apr 2026 01:31:53 +0000 Subject: [PATCH] changed path for archive to method --- download.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.ps1 b/download.ps1 index c7ddb58..de25d87 100644 --- a/download.ps1 +++ b/download.ps1 @@ -1,4 +1,4 @@ -$url = "https://git.scamhost.online/fear/fear-ss/archive/alpha.zip" +$url = "https://git.scamhost.online/fear/fear-ss/archive/method.zip" $destPath = "C:\" $zipFile = "$destPath\archive.zip"