mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -06:00
CPack: Replace corrupted background png with original
The `Modules/CPack.background.png.in` file was originally added by commitf2c0dbd164(ENH: More work on the packaging. Add Applicaitons, add icons, etc, 2007-02-13, v2.6.0~2217). Then it was removed accidentally by commit5308afa3f7(ENH: remove unused file, 2009-03-03, v2.8.0~963) and restored by commitf9dd6a38c5(ENH: add file back bug use cmake image, 2009-03-04, v2.8.0~958) but with corruption. Restore the original image file and add a Git attribute to prevent newline conversion as we do for other `.png` files.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -21,6 +21,7 @@ configure eol=lf
|
||||
|
||||
*.pfx -text
|
||||
*.png -text
|
||||
*.png.in -text
|
||||
|
||||
*.c our-c-style
|
||||
*.cc our-c-style
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 49 KiB |
Reference in New Issue
Block a user