diff options
Diffstat (limited to 'Modules/NSIS.template.in')
-rw-r--r-- | Modules/NSIS.template.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/NSIS.template.in b/Modules/NSIS.template.in index 2994c78..eea59c3 100644 --- a/Modules/NSIS.template.in +++ b/Modules/NSIS.template.in @@ -78,6 +78,9 @@ FunctionEnd Name "@CPACK_PACKAGE_INSTALL_DIRECTORY@" OutFile "@CPACK_TOPLEVEL_DIRECTORY@/@CPACK_OUTPUT_FILE_NAME@" + ;Set compression + SetCompressor @CPACK_NSIS_COMPRESSOR@ + ;-------------------------------- ;Interface Settings |