From 31d4210f0c3f7f448d898d8b23614e404628d10c Mon Sep 17 00:00:00 2001 From: C-3PO Date: Mon, 8 Oct 2018 21:21:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20process=20path=20of=20ssn-?= =?UTF-8?q?installer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ssn/installation/launch.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ssn/installation/launch.ts b/src/ssn/installation/launch.ts index bef8028..bb053ba 100644 --- a/src/ssn/installation/launch.ts +++ b/src/ssn/installation/launch.ts @@ -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,