license.txt -> COPYING
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4790 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
25cb1c150c
commit
51b5ecadfa
2 changed files with 2 additions and 1 deletions
|
@ -1011,6 +1011,7 @@ Section Uninstall
|
||||||
Delete $INSTDIR\makensisw.exe
|
Delete $INSTDIR\makensisw.exe
|
||||||
Delete $INSTDIR\NSIS.exe
|
Delete $INSTDIR\NSIS.exe
|
||||||
Delete $INSTDIR\license.txt
|
Delete $INSTDIR\license.txt
|
||||||
|
Delete $INSTDIR\COPYING
|
||||||
Delete $INSTDIR\uninst-nsis.exe
|
Delete $INSTDIR\uninst-nsis.exe
|
||||||
Delete $INSTDIR\nsisconf.nsi
|
Delete $INSTDIR\nsisconf.nsi
|
||||||
Delete $INSTDIR\nsisconf.nsh
|
Delete $INSTDIR\nsisconf.nsh
|
||||||
|
|
|
@ -57,7 +57,7 @@ misc = [
|
||||||
]
|
]
|
||||||
|
|
||||||
doc = [
|
doc = [
|
||||||
'license.txt'
|
'COPYING'
|
||||||
]
|
]
|
||||||
|
|
||||||
defenv = Environment()
|
defenv = Environment()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue