9 lines
224 B
Markdown
9 lines
224 B
Markdown
|
This tool is used for fetching releases from SWTOR's patch server CDN and installing them.
|
||
|
|
||
|
# Dependencies
|
||
|
For this tool to work, ```tsc``` must be globally available, e.g. by running:
|
||
|
|
||
|
```bash
|
||
|
npm install -g typescript
|
||
|
```
|