From 92681504eecf6b117ff8e60ff5579a2eeecc437e Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 29 Dec 2006 12:48:47 +0000 Subject: [PATCH] little clear up based on patch #1624292 - VPatch docs git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4846 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/VPatch/Readme.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contrib/VPatch/Readme.html b/Contrib/VPatch/Readme.html index 72c80b42..f3b3c1f4 100644 --- a/Contrib/VPatch/Readme.html +++ b/Contrib/VPatch/Readme.html @@ -151,9 +151,9 @@ vpatch::vpatchfile "patch.pat" "oldfile.txt" "temporary_newfile.txt"

Multiple patches in one file

GenPat appends a patch to the file you specified. If there is already - a patch for the same original file in the patch file, the patch will - be replaced. For example, if you want to be able to upgrade version - 1 and 2 to version 3, you can put a 1 > 3 and 2 > 3 patch in + a patch for the same original file, with the same CRC, in the patch file, + the patch will be replaced. For example, if you want to be able to upgrade + version 1 and 2 to version 3, you can put a 1 > 3 and 2 > 3 patch in one file.

You can also put patches for different files in one patch file, for example, a patch from file A version 1 to file A version 2 and a patch