Cleanup: strip trailing space for TOML,HTML & XML

This commit is contained in:
Campbell Barton
2025-02-02 13:56:48 +11:00
parent 36531006da
commit 59732c95d8
6 changed files with 16 additions and 11 deletions

View File

@@ -91,9 +91,9 @@ if(WIN32)
set(CPACK_NSIS_MUI_ICON ${CMAKE_SOURCE_DIR}/release/windows/icons/winblender.ico)
set(CPACK_NSIS_COMPRESSOR "/SOLID lzma")
# Eventhough we no longer display this, we still need to set it otherwise it'll throw an error
# during the msi build.
# during the msi build.
set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/release/license/spdx/GPL-3.0-or-later.txt)
set(CPACK_WIX_PRODUCT_ICON ${CMAKE_SOURCE_DIR}/release/windows/icons/winblender.ico)