Commit a0c5315f by devttys0

Updated extraction rules to attempt to use the unzip tool

parent 0c2412c4
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
# 7z handles most zip files, but fails on some zip archives, inexplicably seeing # 7z handles most zip files, but fails on some zip archives, inexplicably seeing
# only the *last* entry in the zip archive (though 7z thinks it succeeded). See # only the *last* entry in the zip archive (though 7z thinks it succeeded). See
# StarCam firmware CH-sys-48.53.64.67.zip. # StarCam firmware CH-sys-48.53.64.67.zip.
^zip archive data:zip:unzip '%e':0
^zip archive data:zip:jar xvf '%e':0 ^zip archive data:zip:jar xvf '%e':0
^zip archive data:zip:7z x -y '%e' -p '':0,1 ^zip archive data:zip:7z x -y '%e' -p '':0,1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment