🐛 Fix process path of ssn-installer
This commit is contained in:
parent
d5fcd19e6a
commit
31d4210f0c
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
import * as childProcess from 'child_process';
|
||||
import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
|
||||
const processPath = path.join(__dirname, 'ssn-installer');
|
||||
const processPath = 'ssn-installer';
|
||||
|
||||
export default function launchProcess(
|
||||
diskFile: string,
|
||||
|
|
Loading…
Reference in a new issue