👷♂️ Include ssn-installer as a dependency
This commit is contained in:
parent
cfb6a0fbf9
commit
d5fcd19e6a
4 changed files with 7 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue