SetCompressorDictSize didn't show
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3286 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0255c1414d
commit
da92941bfc
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ This command sets the compress flag which is used by the installer to determine
|
|||
|
||||
This command sets the compression algorithm used to compress files/data in the installer. Options are ZLib or BZip2. ZLib (the default) uses deflate compression. This mode uses less memory at runtime and is faster. BZip2 compression is usually better for large installers, but it is slower and uses a lot more memory at runtime.
|
||||
|
||||
\S2{asetcompressordictsize}{SetCompressorDictSize}
|
||||
\S2{asetcompressordictsize} SetCompressorDictSize
|
||||
|
||||
\c dict_size_mb
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue