From 9ce3fe51e19d36d65d39c673ee3d2354e55af05d Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Sat, 11 Jul 2026 19:56:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3x86=E5=9B=BA=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E8=BE=93=E5=87=BA=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- x86-64.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x86-64.sh b/x86-64.sh index 60d4429..c7c48fc 100644 --- a/x86-64.sh +++ b/x86-64.sh @@ -58,8 +58,8 @@ build(){ # ──────────────────────────────────────────── # 固件输出目录 # ──────────────────────────────────────────── - OUTPUT_DIR="$BUILDER_DIR/output" - PROJECT_OUTPUT_DIR="$SCRIPT_DIR/output" + OUTPUT_DIR="$BUILDER_DIR/x86-64_output" + PROJECT_OUTPUT_DIR="$SCRIPT_DIR/x86-64_output" # ──────────────────────────────────────────── # 固件文件名附加标识(可留空)