fix: 修正x86固件的输出位置
This commit is contained in:
@@ -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"
|
||||
|
||||
# ────────────────────────────────────────────
|
||||
# 固件文件名附加标识(可留空)
|
||||
|
||||
Reference in New Issue
Block a user