🚚 Rename patcher-installer to patch-installer

This commit is contained in:
C-3PO 2018-09-14 18:55:41 +02:00
parent 69759e5709
commit f074739579
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
4 changed files with 4 additions and 4 deletions

View file

@ -6,8 +6,8 @@ import getUrlContents from '../cdn/getUrlContents';
import { Product } from '../interfaces/ISettings';
import { ISsnFileEntry, SsnDiffType } from '../interfaces/ISsnFileEntry';
import getSolidpkg from './getSolidpkg';
import launch from './patcher-installer/launch';
import taskManager from './patcher-installer/taskManager';
import launch from './installation/launch';
import taskManager from './installation/taskManager';
import readSsnFile from './reader/readSsnFile';
import verifyPatch from './verify/verifyPatch';
import verifyProductName from './verify/verifyProductName';

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