[postprocessor:zip] implement 'files' option (#2872)

This commit is contained in:
Mike Fährmann
2022-09-09 11:41:27 +02:00
parent 2ed58029f9
commit b36125333f
3 changed files with 42 additions and 6 deletions

View File

@@ -3805,6 +3805,19 @@ Description
Filename extension for the created ZIP archive.
zip.files
---------
Type
``list`` of |Path|
Example
``["info.json"]``
Description
List of extra files to be added to a ZIP archive.
Note: Relative paths are relative to the current
`download directory <extractor.*.directory_>`__.
zip.keep-files
--------------
Type