Library for handling Solid State Networks patch files, written in TypeScript for Node.js
Find a file
2018-06-23 22:51:33 +02:00
src ♻ Move ByteReader class into separate file 2018-06-23 22:51:33 +02:00
.editorconfig Add config module 2018-06-21 14:17:21 +02:00
.gitignore 🚨 Adding tslint and fixing warnings 2018-06-21 14:37:29 +02:00
package-lock.json Add XML parser 2018-06-23 20:20:03 +02:00
package.json Add XML parser 2018-06-23 20:20:03 +02:00
README.md 🔧 Add typescript config 2018-06-21 11:59:05 +02:00
tsconfig.json 🔧 Fixing tsconfig 2018-06-21 15:50:25 +02:00

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:

npm install -g typescript