Skip to content

Commit 52805b6

Browse files
committed
testing 2
1 parent 65ec9da commit 52805b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: cmake/packages.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ SET ( CPACK_NSIS_MODIFY_PATH ON )
177177
if(DO_NOT_BUILD_ARCHIVES)
178178
SET ( CPACK_NSIS_COMPRESSOR "/SOLID zlib" )
179179
else()
180-
SET ( CPACK_NSIS_COMPRESSOR "/SOLID zlib" )
180+
SET ( CPACK_NSIS_COMPRESSOR "zlib" )
181181
endif()
182182
SET ( CPACK_NSIS_MUI_ICON ${NSIS_HYP_ICO})
183183
SET ( CPACK_NSIS_MUI_UNIICON ${NSIS_HYP_ICO})

Diff for: cmake/windows/template/NSIS.template.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636

3737
;Set compression
3838
SetCompressor @CPACK_NSIS_COMPRESSOR@
39-
SetCompress off
39+
SetDatablockOptimize off
40+
;SetCompress off
4041

4142
;Require administrator access
4243
RequestExecutionLevel admin

0 commit comments

Comments
 (0)