👷 Fix Windows installation issue

This commit is contained in:
C-3PO 2019-07-22 22:53:27 +02:00
parent 52f2140ff2
commit 5238a1f1ec
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -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": {

View file

@ -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,