mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 01:22:28 +00:00
Help: Document missing variables for productbuild CPack generator
Missing variables were CPACK_PREFLIGHT_<COMP>_SCRIPT and CPACK_POSTFLIGHT_<COMP>_SCRIPT.
This commit is contained in:
parent
fe0082875a
commit
8e41d44b38
@ -47,6 +47,22 @@
|
||||
# Specify a specific keychain to search for the signing identity.
|
||||
#
|
||||
#
|
||||
# .. variable:: CPACK_PREFLIGHT_<COMP>_SCRIPT
|
||||
#
|
||||
# Full path to a file that will be used as the ``preinstall`` script for the
|
||||
# named ``<COMP>`` component's package, where ``<COMP>`` is the uppercased
|
||||
# component name. No ``preinstall`` script is added if this variable is not
|
||||
# defined for a given component.
|
||||
#
|
||||
#
|
||||
# .. variable:: CPACK_POSTFLIGHT_<COMP>_SCRIPT
|
||||
#
|
||||
# Full path to a file that will be used as the ``postinstall`` script for the
|
||||
# named ``<COMP>`` component's package, where ``<COMP>`` is the uppercased
|
||||
# component name. No ``postinstall`` script is added if this variable is not
|
||||
# defined for a given component.
|
||||
#
|
||||
#
|
||||
# .. variable:: CPACK_PRODUCTBUILD_RESOURCES_DIR
|
||||
#
|
||||
# If specified the productbuild generator copies files from this directory
|
||||
|
Loading…
Reference in New Issue
Block a user