👷 Fix Windows installation issue
This commit is contained in:
parent
52f2140ff2
commit
5238a1f1ec
2 changed files with 2 additions and 2 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -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": {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue