You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
{
"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)