From b571047680e278bc5c71d9e03e853ec666482fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=87=E9=87=8C?= <920113370213@njust.edu.cn> Date: Tue, 22 Oct 2024 19:13:45 +0800 Subject: [PATCH] Update get_artifacts.sh --- get_artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_artifacts.sh b/get_artifacts.sh index 4eaa769..437f392 100644 --- a/get_artifacts.sh +++ b/get_artifacts.sh @@ -13,7 +13,7 @@ curl -s -X GET \ # 下载packet-server curl -s -X GET \ -H "Authorization: token $token" \ - -L "https://github.com/NapNeko/NapCatQQ/releases/download/v3.0.0/napcat.packet.linux" \ + -L "https://github.com/NapNeko/NapCatQQ/releases/download/$version/napcat.packet.linux" \ -o "$output_dir/napcat.packet.linux" echo "编译产物已保存到$output_dir"