aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-12-11 15:02:08 +0800
committercrupest <crupest@outlook.com>2024-03-25 22:15:58 +0800
commit1714394aa177f279bf7323f60de7d98a07514850 (patch)
treef596960fea46f3e11b5fe27a436b40bf0c3c1f16 /tools
parent652080cb089d9bdecad66e67715ea9e6cb344386 (diff)
downloadcrupest-1714394aa177f279bf7323f60de7d98a07514850.tar.gz
crupest-1714394aa177f279bf7323f60de7d98a07514850.tar.bz2
crupest-1714394aa177f279bf7323f60de7d98a07514850.zip
tools(secret): move build-secret.bash.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/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