Do you run zip with recursion option?
zip -r output.zip folder
Without -r
, the zip will not compress with sub-directories and lead to deflated 0%.
Do you run zip with recursion option?
zip -r output.zip folder
Without -r
, the zip will not compress with sub-directories and lead to deflated 0%.