From 7a4529a4f2c059725801d98b486e28313fd84180 Mon Sep 17 00:00:00 2001 From: dutixlf Date: Tue, 28 Apr 2026 01:30:55 +0000 Subject: [PATCH] changed path for archive to gamma --- download.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.ps1 b/download.ps1 index 387d9ca..9ba493a 100644 --- a/download.ps1 +++ b/download.ps1 @@ -1,4 +1,4 @@ -$url = "https://git.scamhost.online/fear/fear-ss/archive/beta.zip" +$url = "https://git.scamhost.online/fear/fear-ss/archive/gamma.zip" $destPath = "C:\" $zipFile = "$destPath\archive.zip"