From e16aed8db4da22fefc34bc26954cb9eb83153605 Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Sat, 18 Jul 2026 01:29:36 +0200 Subject: [PATCH] update build.sh to copy hekate payload --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index e17249ab..83a54a2f 100644 --- a/build.sh +++ b/build.sh @@ -135,6 +135,8 @@ if [ "$EXT" -eq 1 ]; then mkdir -p "$DIST_DIR/bootloader/sys/" cp -v output/nyx.bin "$ROOT_DIR"/dist/bootloader/sys/nyx.bin + cp -v output/hekate.bin "$ROOT_DIR"/dist/bootloader/update.bin + cp -v output/hekate.bin "$ROOT_DIR"/dist/payload.bin cd "$ROOT_DIR"/Source/Benchmark-Toolbox echo