Fix en of line of WinInstaller_2*.nsi

This commit is contained in:
Thomas Bernard 2018-06-21 20:17:31 +02:00
parent f8de20fc8d
commit bdaf4d6748
3 changed files with 695 additions and 694 deletions

3
.gitattributes vendored
View File

@ -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

View File

@ -335,4 +335,3 @@ SectionEnd
Section "un.SecShortcut"
Delete "$DESKTOP\Grafx2.lnk"
SectionEnd

View File

@ -353,4 +353,3 @@ SectionEnd
Section "un.SecShortcut"
Delete "$DESKTOP\Grafx2.lnk"
SectionEnd