Fix self-delete to run only after successful extraction (v1.1.1).
All checks were successful
Build NRO / build (push) Successful in 1m44s

Only remove PatchExtractor.nro on exit when the Done screen was reached;
early quit no longer deletes the NRO. Drop the ineffective mid-run self-delete.
This commit is contained in:
2026-05-28 22:46:02 +02:00
parent c525a80e6e
commit abea3f8765
6 changed files with 17 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ include $(DEVKITPRO)/libnx/switch_rules
#---------------------------------------------------------------------------------
APP_TITLE := PatchExtractor
APP_AUTHOR := NiklasCFW
APP_VERSION := 1.1.0
APP_VERSION := 1.1.1
#---------------------------------------------------------------------------------
TARGET := $(notdir $(CURDIR))