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
|
||||
*.pl text
|
||||
*.lua text
|
||||
*.nsi text
|
||||
|
||||
# Declare files that will always have CRLF line endings on checkout.
|
||||
*.sln text eol=crlf
|
||||
@ -21,5 +22,7 @@
|
||||
# Denote all files that are truly binary and should not be modified.
|
||||
*.png binary
|
||||
*.gif binary
|
||||
*.bmp binary
|
||||
*.dll binary
|
||||
*.xls binary
|
||||
*.ico binary
|
||||
|
||||
@ -335,4 +335,3 @@ SectionEnd
|
||||
Section "un.SecShortcut"
|
||||
Delete "$DESKTOP\Grafx2.lnk"
|
||||
SectionEnd
|
||||
|
||||
|
||||
@ -353,4 +353,3 @@ SectionEnd
|
||||
Section "un.SecShortcut"
|
||||
Delete "$DESKTOP\Grafx2.lnk"
|
||||
SectionEnd
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user