We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2705f commit 161850cCopy full SHA for 161850c
extractor.sh
@@ -497,7 +497,7 @@ elif 7z l -ba "${romzip}" 2>/dev/null | grep -q "system.sin\|.*system_.*\.sin";
497
fi
498
elif 7z l -ba "${romzip}" 2>/dev/null | grep -q ".pac$"; then
499
unisoc
500
-elif 7z l -ba "${romzip}" 2>/dev/null | grep -q "system.bin"; then
+elif 7z l -ba "${romzip}" 2>/dev/null | grep -q "*system.bin*"; then
501
echo "bin images detected"
502
7z x -y "${romzip}" 2>/dev/null >> "$tmpdir"/zip.log
503
find "$tmpdir"/ -mindepth 2 -type f -name "*.bin" -exec mv {} . \; # move .img in sub-dir to $tmpdir
0 commit comments