mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Have Windows installers modify PATH (fixes #1054)
This commit is contained in:
parent
909a0b3f3a
commit
a3eb027b46
@ -1,5 +1,9 @@
|
|||||||
2023-12-23 Jay Berkenbilt <ejb@ql.org>
|
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
|
* Add QPDFAcroFormDocumentHelper::disableDigitalSignatures and the
|
||||||
--disable-signatures command-line argument. This disables any
|
--disable-signatures command-line argument. This disables any
|
||||||
digital signature fields, leaving their visual representations
|
digital signature fields, leaving their visual representations
|
||||||
|
@ -31,6 +31,7 @@ if [ "$mode" = "maint" ]; then
|
|||||||
elif [ "$mode" = "ci" ]; then
|
elif [ "$mode" = "ci" ]; then
|
||||||
args=("${args[@]}" -DCI_MODE=1 -DINSTALL_MANUAL=1)
|
args=("${args[@]}" -DCI_MODE=1 -DINSTALL_MANUAL=1)
|
||||||
fi
|
fi
|
||||||
|
args=("${args[@]}" -DCPACK_NSIS_MODIFY_PATH=ON)
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
cmake "${args[@]}" $dir
|
cmake "${args[@]}" $dir
|
||||||
|
@ -85,6 +85,9 @@ Planned changes for future 12.x (subject to change):
|
|||||||
``README-maintainer.md`` for a detailed explanation of how to
|
``README-maintainer.md`` for a detailed explanation of how to
|
||||||
maintain this.
|
maintain this.
|
||||||
|
|
||||||
|
- The official Windows installers now offers to modify ``PATH``
|
||||||
|
when installing qpdf.
|
||||||
|
|
||||||
- Package Enhancements:
|
- Package Enhancements:
|
||||||
|
|
||||||
- A UNIX man page is now automatically generated from the
|
- A UNIX man page is now automatically generated from the
|
||||||
|
Loading…
Reference in New Issue
Block a user