This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 42
target_zip
Marcel Kloubert edited this page Jan 8, 2018
·
3 revisions
Deploys to a ZIP file.
{
"deploy.reloaded": {
"targets": [
{
"type": "zip",
"name": "My ZIP file",
"description": "Create a ZIP file in a target directory",
"open": false,
"dir": "E:/test"
}
]
}
}| Name | Description |
|---|---|
dir*
|
The target directory of the new ZIP file. Relative paths will be mapped to the root directory of the underlying workspace. Default: ./out
|
fileName*
|
The custom filename to use. Otherwise an automatic filename is generated. |
open |
Open file after is been created or not. Default: (true)
|
* supports placeholders