Closed sellomkantjwa closed 2 years ago
Currently if I do bestzip ./index.zip ./file1
bestzip ./index.zip ./file1
then later do
bestzip ./index.zip ./file2
The second command seems to create a new archive instead of adding to the existing one, so we end up with only file2 in the archive.
Is there a way to update instead of overwrite the archive?
It's not currently possible, although I imagine it could be added if you'd like to send a PR.
Currently if I do
bestzip ./index.zip ./file1
then later do
bestzip ./index.zip ./file2
The second command seems to create a new archive instead of adding to the existing one, so we end up with only file2 in the archive.
Is there a way to update instead of overwrite the archive?