ssn/src/installPatch.ts

8 lines
191 B
TypeScript
Raw Normal View History

import getManifest from './ssn/getManifest';
import getPatch from './ssn/getPatch';
(async () => {
2018-07-04 19:25:22 +02:00
const patch = await getPatch('assets_swtor_de_de', -1, 0);
2018-07-08 19:55:26 +02:00
//console.log(patch);
})();