diff options
author | crupest <crupest@outlook.com> | 2023-12-11 15:02:08 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-03-25 22:15:58 +0800 |
commit | c5c20e48c7620ac9524302474d9856fe1fe67537 (patch) | |
tree | f596960fea46f3e11b5fe27a436b40bf0c3c1f16 | |
parent | 26d843b555fb602b95dda3a9a84a3cc627398350 (diff) | |
download | crupest-c5c20e48c7620ac9524302474d9856fe1fe67537.tar.gz crupest-c5c20e48c7620ac9524302474d9856fe1fe67537.tar.bz2 crupest-c5c20e48c7620ac9524302474d9856fe1fe67537.zip |
tools(secret): move build-secret.bash.
-rwxr-xr-x | tools/Crupest.V2ray/build-secret.bash (renamed from tools/build-secret.bash) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/build-secret.bash b/tools/Crupest.V2ray/build-secret.bash index 7f3ac29..bc5c7ee 100755 --- a/tools/build-secret.bash +++ b/tools/Crupest.V2ray/build-secret.bash @@ -23,10 +23,9 @@ case "$1" in ;; esac -tools_dir=$(realpath "$(dirname "$0")") -secret_dir="$tools_dir/Crupest.V2ray" +secret_dir=$(realpath "$(dirname "$0")") -echo "Tools dir: ${tools_dir}" +echo "Secret dir: ${secret_dir}" echo "Check dotnet..." dotnet --version |