Fix en of line of WinInstaller_2*.nsi
This commit is contained in:
parent
f8de20fc8d
commit
bdaf4d6748
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -9,6 +9,7 @@
|
|||||||
*.py text
|
*.py text
|
||||||
*.pl text
|
*.pl text
|
||||||
*.lua text
|
*.lua text
|
||||||
|
*.nsi text
|
||||||
|
|
||||||
# Declare files that will always have CRLF line endings on checkout.
|
# Declare files that will always have CRLF line endings on checkout.
|
||||||
*.sln text eol=crlf
|
*.sln text eol=crlf
|
||||||
@ -21,5 +22,7 @@
|
|||||||
# Denote all files that are truly binary and should not be modified.
|
# Denote all files that are truly binary and should not be modified.
|
||||||
*.png binary
|
*.png binary
|
||||||
*.gif binary
|
*.gif binary
|
||||||
|
*.bmp binary
|
||||||
*.dll binary
|
*.dll binary
|
||||||
*.xls binary
|
*.xls binary
|
||||||
|
*.ico binary
|
||||||
|
|||||||
@ -335,4 +335,3 @@ SectionEnd
|
|||||||
Section "un.SecShortcut"
|
Section "un.SecShortcut"
|
||||||
Delete "$DESKTOP\Grafx2.lnk"
|
Delete "$DESKTOP\Grafx2.lnk"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|||||||
@ -353,4 +353,3 @@ SectionEnd
|
|||||||
Section "un.SecShortcut"
|
Section "un.SecShortcut"
|
||||||
Delete "$DESKTOP\Grafx2.lnk"
|
Delete "$DESKTOP\Grafx2.lnk"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user