🐛 Fix launching of ssn-installer

This commit is contained in:
C-3PO 2018-10-08 21:37:15 +02:00
parent 31d4210f0c
commit 22521238d9
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,8 @@
import * as childProcess from 'child_process';
import * as fs from 'fs';
import * as path from 'path';
const processPath = 'ssn-installer';
const processPath = path.join(__dirname, '../../../node_modules/.bin/ssn-installer');
export default function launchProcess(
diskFile: string,