Commit 25d1190e by owl

Call 'unzip' with empty password, to avoid 'unzip' stuck in interactive mode…

Call 'unzip' with empty password, to avoid 'unzip' stuck in interactive mode when process encrypt files
parent b7569e38
......@@ -52,7 +52,7 @@
# 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
# StarCam firmware CH-sys-48.53.64.67.zip.
^zip archive data:zip:unzip -o '%e':0
^zip archive data:zip:unzip -P '' -o '%e':0
^zip archive data:zip:jar xvf '%e':0
^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