mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
Merge topic 'cpack-nsis-dpi-aware'
d6840a4f3c CPack/NSIS: Add option for setting DPI-aware
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4607
This commit is contained in:
@@ -155,3 +155,7 @@ on Windows Nullsoft Scriptable Install System.
|
||||
.. variable:: CPACK_NSIS_MUI_HEADERIMAGE
|
||||
|
||||
The image to display on the header of installers pages.
|
||||
|
||||
.. variable:: CPACK_NSIS_MANIFEST_DPI_AWARE
|
||||
|
||||
If set, declares that the installer is DPI-aware.
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
nsis-dpi-aware
|
||||
--------------
|
||||
|
||||
* The :cpack_gen:`CPack NSIS Generator` gained a new variable
|
||||
:variable:`CPACK_NSIS_MANIFEST_DPI_AWARE` to declare that the
|
||||
installer is DPI-aware.
|
||||
Reference in New Issue
Block a user