From e0a8fd8124861a289191e17c600c6545a97980c2 Mon Sep 17 00:00:00 2001 From: niklascfw Date: Thu, 5 Mar 2026 17:10:39 +0100 Subject: [PATCH] Clean up Sphaira .star file on self-delete Made-with: Cursor --- source/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/main.c b/source/main.c index 9d8afef..ba12ee3 100644 --- a/source/main.c +++ b/source/main.c @@ -177,6 +177,8 @@ int main(int argc, char *argv[]) { cleanup_ok = 0; } + remove("sdmc:/switch/.PatchExtractor.nro.star"); + printf("\n ========================================\n"); if (skipped == 0 && cleanup_ok) { printf(" \x1b[32mAlles erledigt!\x1b[0m\n");