Protect NSIS scripts from eol-style translations. (#1556)
parent
7f4a4bc110
commit
6377610f65
|
|
@ -33,3 +33,6 @@ FILES_ARE_UNICODE_UTF-16LE.txt text eol=crlf
|
||||||
|
|
||||||
# Windows Manifest files
|
# Windows Manifest files
|
||||||
*.manifest text eol=crlf
|
*.manifest text eol=crlf
|
||||||
|
|
||||||
|
# Windows Installer Script files (normalization disabled)
|
||||||
|
*.nsi -text
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue