unzip
can fail on macOS when UTF-8 chars are in the archive. The solution is to use ditto
. Via a Github issue:
ditto -V -x -k --sequesterRsrc --rsrc FILENAME.ZIP DESTINATIONDIRECTORY
unzip
can fail on macOS when UTF-8 chars are in the archive. The solution is to use ditto
. Via a Github issue:
ditto -V -x -k --sequesterRsrc --rsrc FILENAME.ZIP DESTINATIONDIRECTORY