From 828edf6ad2d1b049b4e080ae5d3eec207db0473c Mon Sep 17 00:00:00 2001 From: Niklas Friesen Date: Wed, 15 Apr 2026 19:26:33 +0200 Subject: [PATCH] Delete root boot_pkg (UltraHand) Mainly to remove the Launch notice after successful install --- source/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/main.c b/source/main.c index ba12ee3..984e61a 100644 --- a/source/main.c +++ b/source/main.c @@ -178,6 +178,7 @@ int main(int argc, char *argv[]) { } remove("sdmc:/switch/.PatchExtractor.nro.star"); + remove("sdmc:/switch/.packages/boot_package.ini"); printf("\n ========================================\n"); if (skipped == 0 && cleanup_ok) {