From 3abe570540b28eb1ff68440439daf5309ab02444 Mon Sep 17 00:00:00 2001 From: desertwitch <24509509+desertwitch@users.noreply.github.com> Date: Wed, 18 Feb 2026 07:56:02 +0100 Subject: [PATCH] chore(build): always rebuild nwipe for versioning --- build_all_shredos.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_all_shredos.sh b/build_all_shredos.sh index 607e24ae5a..27f26d6970 100755 --- a/build_all_shredos.sh +++ b/build_all_shredos.sh @@ -42,7 +42,8 @@ X32_CONFIGS=( # Packages always needing rebuild between runs, even for the same architecture. # This only applies when QUICK_BUILD is enabled, otherwise rebuilds everything. ALWAYS_REBUILD_PKGS=( - "grub2" + "nwipe" # For specific version/banner patching + "grub2" # For specific bootloader generation ) ################################################################################