diff --git a/scripts/download.ps1 b/scripts/download.ps1 index 8db26273..41b43aab 100644 --- a/scripts/download.ps1 +++ b/scripts/download.ps1 @@ -31,8 +31,8 @@ Remove-Item -Force data.zip Remove-Item -Force mode.zip Remove-Item -Force i18n.zip -..\scripts\downloads\cloak.ps1 -OutputPath bin -..\scripts\downloads\xray-core.ps1 -OutputPath bin +..\scripts\download\cloak.ps1 -OutputPath bin +..\scripts\download\xray-core.ps1 -OutputPath bin Get-Item * Set-Location $last diff --git a/scripts/downloads/cloak.ps1 b/scripts/download/cloak.ps1 similarity index 100% rename from scripts/downloads/cloak.ps1 rename to scripts/download/cloak.ps1 diff --git a/scripts/downloads/xray-core.ps1 b/scripts/download/xray-core.ps1 similarity index 100% rename from scripts/downloads/xray-core.ps1 rename to scripts/download/xray-core.ps1