Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CPack/NSIS: Add option for setting branding text | Johnny Jazeix | 2021-02-07 | 2 | -0/+10 |
| | | | | | | | See https://nsis.sourceforge.io/Reference/BrandingText for more information. Fixes: #21479 | ||||
* | CPack/NSIS: Add option for setting DPI-aware | Johnny Jazeix | 2020-04-14 | 2 | -0/+9 |
| | | | | | | | See https://nsis.sourceforge.io/Reference/ManifestDPIAware for more information. Fixes: #17724 | ||||
* | Tests: Fix CPackNSISGenerator test on non-x86 Windows platforms | Brad King | 2020-01-15 | 1 | -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_BITMAP | Johnny Jazeix | 2020-01-02 | 7 | -0/+70 |
Fixes: #20120 |