mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
This patch adds support for specifying <RunProgram>, <RunProgramArguments>, and <RunProgramDescription> in the IFW configuration file.
11 lines
423 B
ReStructuredText
11 lines
423 B
ReStructuredText
|
|
cpackifw-package-run-program
|
|
----------------------------
|
|
|
|
* The :cpack_gen:`CPack IFW Generator` gained the new
|
|
:variable:`CPACK_IFW_PACKAGE_RUN_PROGRAM`,
|
|
:variable:`CPACK_IFW_PACKAGE_RUN_PROGRAM_ARGUMENTS`, and
|
|
:variable:`CPACK_IFW_PACKAGE_RUN_PROGRAM_DESCRIPTION` variables for executing
|
|
a command after the installer is done if the user accepts the action.
|
|
This feature is available for QtIFW 4.0 and newer.
|