Clean up Sphaira .star file on self-delete
All checks were successful
Build NRO / build (push) Successful in 10s

Made-with: Cursor
This commit is contained in:
2026-03-05 17:10:39 +01:00
parent 351bde749c
commit e0a8fd8124

View File

@@ -177,6 +177,8 @@ int main(int argc, char *argv[]) {
cleanup_ok = 0; cleanup_ok = 0;
} }
remove("sdmc:/switch/.PatchExtractor.nro.star");
printf("\n ========================================\n"); printf("\n ========================================\n");
if (skipped == 0 && cleanup_ok) { if (skipped == 0 && cleanup_ok) {
printf(" \x1b[32mAlles erledigt!\x1b[0m\n"); printf(" \x1b[32mAlles erledigt!\x1b[0m\n");