fixed bug #1227610 - !packhdr example missing dollar sign

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4141 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-06-28 19:57:16 +00:00
parent b106bfcc5b
commit fbfc791091

View file

@ -75,7 +75,7 @@ On POSIX platforms, !execute will use system() just like \R{system}{!system}.
This option makes the compiler use an external EXE packer (such as \W{http://www.un4seen.com/petite/}{Petite} or \W{http://upx.sourceforge.net/}{UPX}) to compress the executable header. Specify a temporary file name (such as "temp.dat") and a command line (such as "C:\\program files\\upx\\upx -9 temp.dat") to compress the header.
\c !packhdr "%TEMP%\exehead.tmp" '"C:\Program Files\UPX\upx.exe" "%TEMP%\exehead.tmp"'
\c !packhdr "$%TEMP%\exehead.tmp" '"C:\Program Files\UPX\upx.exe" "$%TEMP%\exehead.tmp"'
\S1{system} !system