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