diff options
author | Johnny Jazeix <jazeix@gmail.com> | 2019-11-05 19:09:53 (GMT) |
---|---|---|
committer | Johnny Jazeix <jazeix@gmail.com> | 2019-11-05 19:09:53 (GMT) |
commit | 68b5af65fa09c90278826898f199d289c049a01d (patch) | |
tree | 5d87c1710d6ad94592262ad29749dfdc9f9f6754 /Help/release | |
parent | 60e7e5b60540dfbd1e67c415ee399e4aea59a369 (diff) | |
download | CMake-68b5af65fa09c90278826898f199d289c049a01d.zip CMake-68b5af65fa09c90278826898f199d289c049a01d.tar.gz CMake-68b5af65fa09c90278826898f199d289c049a01d.tar.bz2 |
CPack/NSIS: Add options for custom welcome/finish titles + display on 3 lines
Fixes: #11275
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/cpack-nsis-welcome-finish-page-title.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/cpack-nsis-welcome-finish-page-title.rst b/Help/release/dev/cpack-nsis-welcome-finish-page-title.rst new file mode 100644 index 0000000..8091d31 --- /dev/null +++ b/Help/release/dev/cpack-nsis-welcome-finish-page-title.rst @@ -0,0 +1,10 @@ +cpack-nsis-welcome-finish-page-title +------------------------------------ + +* The :cpack_gen:`CPack NSIS Generator` now supports + :variable:`CPACK_NSIS_WELCOME_TITLE` and :variable:`CPACK_NSIS_WELCOME_TITLE_3LINES`. + These can be used to specify the welcome page title and display it in 3 lines. + +* The :cpack_gen:`CPack NSIS Generator` now supports + :variable:`CPACK_NSIS_FINISH_TITLE` and :variable:`CPACK_NSIS_FINISH_TITLE_3LINES`. + These can be used to specify the finish page title and display it in 3 lines. |