From 57ec5e71ac66bdb3885b4941a39f57b844c21820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Mon, 12 Aug 2024 15:40:07 +0800 Subject: [PATCH] Update get_artifacts.sh --- get_artifacts.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/get_artifacts.sh b/get_artifacts.sh index 035b4c9..5ea28a5 100644 --- a/get_artifacts.sh +++ b/get_artifacts.sh @@ -8,13 +8,8 @@ output_dir="." # 下载release curl -s -X GET \ -H "Authorization: token $token" \ - -L "https://github.com/NapNeko/NapCatQQ/releases/download/$version/NapCat.linux.x64.zip" \ + -L "https://github.com/NapNeko/NapCatQQ/releases/download/$version/NapCat.Shell.zip" \ -o "$output_dir/NapCat.linux.x64.zip" -curl -s -X GET \ - -H "Authorization: token $token" \ - -L "https://github.com/NapNeko/NapCatQQ/releases/download/$version/NapCat.linux.arm64.zip" \ - -o "$output_dir/NapCat.linux.arm64.zip" - echo "编译产物已保存到$output_dir" ls -lh