mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06: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.
|