Have Windows installers modify PATH (fixes #1054)

This commit is contained in:
Jay Berkenbilt 2023-12-23 08:58:16 -05:00
parent 909a0b3f3a
commit a3eb027b46
3 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,9 @@
2023-12-23 Jay Berkenbilt <ejb@ql.org>
* Define CPACK_NSIS_MODIFY_PATH for the Windows builds so the
official installers will offer to modify PATH when installing
qpdf. Fixes #1054.
* Add QPDFAcroFormDocumentHelper::disableDigitalSignatures and the
--disable-signatures command-line argument. This disables any
digital signature fields, leaving their visual representations

View File

@ -31,6 +31,7 @@ if [ "$mode" = "maint" ]; then
elif [ "$mode" = "ci" ]; then
args=("${args[@]}" -DCI_MODE=1 -DINSTALL_MANUAL=1)
fi
args=("${args[@]}" -DCPACK_NSIS_MODIFY_PATH=ON)
set -x
cmake "${args[@]}" $dir

View File

@ -85,6 +85,9 @@ Planned changes for future 12.x (subject to change):
``README-maintainer.md`` for a detailed explanation of how to
maintain this.
- The official Windows installers now offers to modify ``PATH``
when installing qpdf.
- Package Enhancements:
- A UNIX man page is now automatically generated from the