diff options
author | Brad King <brad.king@kitware.com> | 2015-10-08 14:31:48 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-10-08 14:31:48 (GMT) |
commit | c997595ea36b60803068fafdbe0f7041b3cc9da0 (patch) | |
tree | 89f3b68430efaebe4665f019fb0453c5815d705e /Help | |
parent | 3cf71728a17899673f7a07dea9d0242e7d7bff1f (diff) | |
parent | 3758af12fab8bc3c6279400621be94c4aa540a70 (diff) | |
download | CMake-c997595ea36b60803068fafdbe0f7041b3cc9da0.zip CMake-c997595ea36b60803068fafdbe0f7041b3cc9da0.tar.gz CMake-c997595ea36b60803068fafdbe0f7041b3cc9da0.tar.bz2 |
Merge topic 'cpack-nsis-bitmap'
3758af12 CPackNSIS: Add options to set the bitmap for NSIS installer left side
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/cpack-nsis-bitmap.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/cpack-nsis-bitmap.rst b/Help/release/dev/cpack-nsis-bitmap.rst new file mode 100644 index 0000000..c5ccfb5 --- /dev/null +++ b/Help/release/dev/cpack-nsis-bitmap.rst @@ -0,0 +1,6 @@ +cpack-nsis-bitmap +----------------- + +* The :module:`CPackNSIS` module learned new variables to add bitmaps to the + installer. See the :variable:`CPACK_NSIS_MUI_WELCOMEFINISHPAGE_BITMAP` + and :variable:`CPACK_NSIS_MUI_UNWELCOMEFINISHPAGE_BITMAP` variables. |