fixed extraction
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5373 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
c83893fb1a
commit
3c7530899f
1 changed files with 1 additions and 3 deletions
|
@ -13,17 +13,15 @@
|
|||
Push $3
|
||||
Push $4
|
||||
|
||||
Push ${PATCHDATA}
|
||||
Push ${SOURCEFILE}
|
||||
Push ${TEMPFILE}
|
||||
|
||||
Pop $2 # temp file
|
||||
Pop $3 # source file
|
||||
Pop $4 # patch data
|
||||
|
||||
InitPluginsDir
|
||||
GetTempFileName $1 $PLUGINSDIR
|
||||
File /oname=$1 $4
|
||||
File /oname=$1 ${PATCHDATA}
|
||||
|
||||
vpatch::vpatchfile $1 $3 $2
|
||||
Pop $4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue