clean: delete TegraExplorer repair .te scripts on clean install
All checks were successful
Build / Build (push) Successful in 16s

Made-with: Cursor
This commit is contained in:
2026-04-07 23:54:54 +02:00
parent d3735d17ee
commit 9b559eb7e6

View File

@@ -272,6 +272,10 @@ static const char* clean_misc_dirs_to_delete[] = {
// Miscellaneous files to delete
static const char* clean_misc_files_to_delete[] = {
"sd:/TegraExplorer/scripts/Reparatur Skript fuer error 010000000000BD00.te",
"sd:/TegraExplorer/scripts/Reparatur Skript fuer error 0100000000001000.te",
"sd:/TegraExplorer/scripts/Reparatur Skript fuer error 690000000000000D.te",
"sd:/TegraExplorer/scripts/Reparatur Skript fuer error 4200000000000010.te",
"sd:/fusee-primary.bin",
"sd:/fusee.bin",
"sd:/SaltySD/exceptions.txt",
@@ -285,14 +289,12 @@ static const char* clean_misc_files_to_delete[] = {
// Old version marker files to delete (clean install only)
static const char* old_version_files_to_delete[] = {
"sd:/1.0.0l",
"sd:/1.0.0s",
"sd:/1.0.0oc",
"sd:/1.4.0-pre",
"sd:/1.4.0-pre-c",
"sd:/1.4.0-pre-d",
"sd:/1.4.1",
"sd:/1.5.0",
"sd:/1.6.0",
"sd:/1.6.1",
NULL
};