👷‍♂️ Include ssn-installer as a dependency

This commit is contained in:
C-3PO 2018-10-08 21:14:15 +02:00
parent cfb6a0fbf9
commit d5fcd19e6a
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
4 changed files with 7 additions and 4 deletions

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, '../../lib/patch-installer');
const processPath = path.join(__dirname, 'ssn-installer');
export default function launchProcess(
diskFile: string,