addonscript-spec/docs/schema/install.md

21 lines
365 B
Markdown
Raw Normal View History

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