Fix for NAND titles in threeSDumper

Otherwise there might be multiple copies of them after system updates
This commit is contained in:
Pengfei
2021-08-07 10:49:34 +08:00
parent 5c575847a6
commit d34ba541fd
+3 -2
View File
@@ -139,9 +139,10 @@ cp -w -n "1:/data/$[SYSID0]/sysdata" $[OUT]/data/sysdata
rm $[OUT]/data/sysdata/00010017
# === Other system titles
if not find $[OUT]/title NULL
mkdir $[OUT]/title
if find $[OUT]/title NULL
rm $[OUT]/title
end
mkdir $[OUT]/title
# System Applications
if not find $[OUT]/title/00040010 NULL