fix: 修正x86固件的输出位置

This commit is contained in:
Olia Lisa
2026-07-11 19:56:10 +08:00
parent a643e74a70
commit 9ce3fe51e1
+2 -2
View File
@@ -58,8 +58,8 @@ build(){
# ──────────────────────────────────────────── # ────────────────────────────────────────────
# 固件输出目录 # 固件输出目录
# ──────────────────────────────────────────── # ────────────────────────────────────────────
OUTPUT_DIR="$BUILDER_DIR/output" OUTPUT_DIR="$BUILDER_DIR/x86-64_output"
PROJECT_OUTPUT_DIR="$SCRIPT_DIR/output" PROJECT_OUTPUT_DIR="$SCRIPT_DIR/x86-64_output"
# ──────────────────────────────────────────── # ────────────────────────────────────────────
# 固件文件名附加标识(可留空) # 固件文件名附加标识(可留空)