From bc0e5d0dcfd62441e5a9a8cf53c6ecf5cbb825fd Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Tue, 27 Apr 2021 08:43:35 +0800 Subject: [PATCH] Rename scripts --- scripts/download.ps1 | 4 ++-- scripts/{downloads => download}/cloak.ps1 | 0 scripts/{downloads => download}/xray-core.ps1 | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename scripts/{downloads => download}/cloak.ps1 (100%) rename scripts/{downloads => download}/xray-core.ps1 (100%) 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