diff --git a/package-lock.json b/package-lock.json index 1d5dcab..cba238c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" }, "ssn-installer": { - "version": "git+https://git.jedipedia.net/swtor/ssn-installer.git#1dd5d0bbda6f5388eea8dc0b39e80cb232235bdc", + "version": "git+https://git.jedipedia.net/swtor/ssn-installer.git#e2aa8642b68a32b415abede252e41337ae78fa29", "from": "git+https://git.jedipedia.net/swtor/ssn-installer.git" }, "xml-js": { diff --git a/src/ssn/installation/launch.ts b/src/ssn/installation/launch.ts index e1d0426..d995dda 100644 --- a/src/ssn/installation/launch.ts +++ b/src/ssn/installation/launch.ts @@ -2,7 +2,7 @@ import * as childProcess from 'child_process'; import * as fs from 'fs'; import * as path from 'path'; -const processPath = path.join(__dirname, '../../../../../node_modules/.bin/ssn-installer'); +const processPath = path.join(__dirname, '../../../../../node_modules/ssn-installer/ssn-installer'); export default function launchProcess( diskFile: string,