Correct path to the example in the VPatch README.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4684 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6f6bb7810a
commit
e0a02f368e
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ vpatch::vpatchfile "patch.pat" "oldfile.txt" "temporary_newfile.txt"
|
|||
<li>Patch data is invalid or corrupt</li>
|
||||
<li>No suitable patches were found</li>
|
||||
</ul>
|
||||
<p>Check <a href="example.nsi">example.nsi</a> for an example. You
|
||||
<p>Check <a href="../../Examples/VPatch/example.nsi">example.nsi</a> for an example. You
|
||||
should check whether the stack string starts with "OK"
|
||||
because then the patch has succeeded and you can rename "temporary_newfile.txt"
|
||||
to "oldfile.txt" to replace the original, if you want.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue