From 34c8da24e619cd2edea09e1f4318c939a36560f8 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Tue, 23 Oct 2018 17:48:54 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20Add?= =?UTF-8?q?=20package-lock.json=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- package-lock.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 package-lock.json diff --git a/README.md b/README.md index e603e3b..73d85cb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -`ssn-installer` is a command-line application that can be used to extract a single file from the disk files (.z01, .z02 etc.). This tool is very low-level and assumes that you have already read the .zip file and know the location, size and decryption keys of the specific file you want to extract. +`ssn-installer` is a command line application that can be used to extract a single file from the disk files (.z01, .z02 etc.). This tool is very low-level and assumes that you have already read the .zip file and know the location, size and decryption keys of the specific file you want to extract. If this is not a `-1to0` patch, the disk file may only contain the differences to the previous release. In this case, you can supply the location of this file's previous version, and this tool will generate the new version using VCDIFF/xdelta3. diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..95dae5d --- /dev/null +++ b/package-lock.json @@ -0,0 +1,4 @@ +{ + "name": "ssn-installer", + "lockfileVersion": 1 +}