From 5238a1f1ec5c40557176d4cf58e447272a5685fb Mon Sep 17 00:00:00 2001 From: C-3PO Date: Mon, 22 Jul 2019 22:53:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20Windows=20installation=20i?= =?UTF-8?q?ssue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 2 +- src/ssn/installation/launch.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,