addonscript-spec/docs/schema/install.md

21 lines
369 B
Markdown
Raw Normal View History

# Install Object
```json
{
"command": "move",
"args": ["./mods"]
}
```
## Required properties
### command
2022-02-16 23:27:55 +01:00
This is the [install command](../concepts/install.md), which should be used at this installation step.
## Optional properties
### args
2022-02-16 23:27:55 +01:00
This is an array of arguments for the [install command](../concepts/install.md). Each of them takes other arguments.