summaryrefslogtreecommitdiffstats
path: root/Tests/CPackNSISGenerator
Commit message (Collapse)AuthorAgeFilesLines
* CPack/NSIS: Add option for setting DPI-awareJohnny Jazeix2020-04-142-0/+9
| | | | | | | See https://nsis.sourceforge.io/Reference/ManifestDPIAware for more information. Fixes: #17724
* Tests: Fix CPackNSISGenerator test on non-x86 Windows platformsBrad King2020-01-151-1/+1
| | | | | | | In commit ebfffc609e (CPack/NSIS: Add option for setting MUI_HEADERIMAGE_BITMAP, 2020-01-02) this test was added but only globbed for 32-bit windows packages. Fix the test to glob for packages of any architecture.
* CPack/NSIS: Add option for setting MUI_HEADERIMAGE_BITMAPJohnny Jazeix2020-01-027-0/+70
Fixes: #20120