From d4b030a8dca0cf4051ff500fac2a71c2775c7eec Mon Sep 17 00:00:00 2001 From: dutixlf Date: Tue, 28 Apr 2026 01:29:59 +0000 Subject: [PATCH] Update download.ps1 --- download.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.ps1 b/download.ps1 index e920ab8..e0440b7 100644 --- a/download.ps1 +++ b/download.ps1 @@ -1,5 +1,5 @@ $url = "https://git.scamhost.online/fear/apps/archive/beta.zip" -$destPath = "C:\SS" +$destPath = "C:\" $zipFile = "$destPath\archive.zip" New-Item -ItemType Directory -Force -Path $destPath | Out-Null