CMake/Source/CPack
Nikita Nemkin d1f00444d1 CPack/NSIS: Avoid UNIX-style paths in macro variables
NSIS macro variables MUI_*_BITMAP require Windows-style paths.
Don't rely on the user and convert them explicitly.

For good measure, also convert the paths for MUI_PAGE_LICENSE,
MUI_ICON and MUI_UNIICON.

Note that NSIS scripts only require quotes for strings with spaces
and ConvertToWindowsOutputPath() handles this automatically.

Fixes: #9945
2025-02-14 18:47:14 +05:00
..
IFW Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
WiX Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackArchiveGenerator.cxx cpack: Respect CPACK_ARCHIVE_FILE_NAME for non-component packages 2025-02-04 20:36:10 +05:00
cmCPackArchiveGenerator.h cpack: Respect CPACK_ARCHIVE_FILE_NAME for non-component packages 2025-02-04 20:36:10 +05:00
cmCPackBundleGenerator.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackBundleGenerator.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackComponentGroup.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackComponentGroup.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackConfigure.h.in Build: Move HAVE_CoreServices to cmCPackConfigure.h 2022-09-22 09:24:49 -04:00
cmCPackCygwinBinaryGenerator.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackCygwinBinaryGenerator.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackCygwinSourceGenerator.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackCygwinSourceGenerator.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackDebGenerator.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackDebGenerator.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackDragNDropGenerator.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackDragNDropGenerator.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackExternalGenerator.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackExternalGenerator.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackFreeBSDGenerator.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackFreeBSDGenerator.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackGenerator.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackGenerator.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackGeneratorFactory.cxx CPack: add uncompressed TAR support 2025-01-31 10:11:32 -05:00
cmCPackGeneratorFactory.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackInnoSetupGenerator.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackInnoSetupGenerator.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackLog.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackLog.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackNSISGenerator.cxx CPack/NSIS: Avoid UNIX-style paths in macro variables 2025-02-14 18:47:14 +05:00
cmCPackNSISGenerator.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackNuGetGenerator.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackNuGetGenerator.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackPKGGenerator.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackPKGGenerator.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackProductBuildGenerator.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackProductBuildGenerator.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackRPMGenerator.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackRPMGenerator.h Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackSTGZGenerator.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
cmCPackSTGZGenerator.h Modernize: Use #pragma once in all header files 2020-09-03 09:30:21 -04:00
cpack.cxx Revise C++ coding style using clang-format with "east const" 2025-01-23 13:09:50 -05:00
OSXLauncherScript.scpt