🚚 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

@ -2,7 +2,7 @@
"name": "patcher", "name": "patcher",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"start": "rm -rf dist && tsc && cd ../patcher-installer && ./build.sh && cd ../patcher && mkdir dist/lib && cp ../patcher-installer/patcher-installer dist/lib", "start": "rm -rf dist && tsc && cd ../patch-installer && ./build.sh && cd ../patcher && mkdir dist/lib && cp ../patch-installer/patch-installer dist/lib",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"devDependencies": { "devDependencies": {

View file

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

View file

@ -2,7 +2,7 @@ import * as childProcess from 'child_process';
import * as fs from 'fs'; import * as fs from 'fs';
import * as path from 'path'; 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( export default function launchProcess(
diskFile: string, diskFile: string,