Update download.ps1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user