Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows the Zip task to add content to an existing ZIP file, instead of overwriting it #254

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

arlm
Copy link

@arlm arlm commented Feb 15, 2017

This patch introduces a property called Overwrite that allows to control whether it should overwrite (if set to true) or to add/update/append content to the existing Zip file (if set to false).

It is not a required property and its default value is true so that we maintain the actual behavior if it is not specified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant