fix: copy genapkovl-bee_debug.sh to ~/.mkimage in build-debug.sh

This commit is contained in:
2026-03-05 15:01:20 +03:00
parent 8502100074
commit 8c0e66c3ef

View File

@@ -93,6 +93,7 @@ echo "=== building ISO ==="
# ~/.mkimage is the user plugin directory loaded by mkimage.sh.
mkdir -p "${HOME}/.mkimage"
cp "${BUILDER_DIR}/mkimg.bee_debug.sh" "${HOME}/.mkimage/"
cp "${BUILDER_DIR}/genapkovl-bee_debug.sh" "${HOME}/.mkimage/"
# Export overlay dir so the profile script can find it regardless of SRCDIR.
export BEE_OVERLAY_DIR="${OVERLAY_DIR}"