1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 17:59:04 +00:00

Use lzma whole-file compression in the Windows installer, instead of the

default zlib. The lzma-compressed installer is 15% smaller than the zlib one.
See http://seclists.org/nmap-dev/2010/q2/1011 for test results.
This commit is contained in:
david
2010-06-30 14:55:12 +00:00
parent 6df527a98c
commit cd29377b15

View File

@@ -20,6 +20,10 @@
;; contain any quotes, even if the path contains spaces. Only absolute
;; paths are supported.
; The default compressor is zlib; lzma gives about 15% better compression.
; http://nsis.sourceforge.net/Docs/Chapter4.html#4.8.2.4
SetCompressor /SOLID /FINAL lzma
;--------------------------------
;Include Modern UI