no need for makensis.htm anymore
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3122 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a37ec3c54c
commit
e4222218a3
1 changed files with 1 additions and 1 deletions
|
@ -125,6 +125,7 @@ Section "NSIS Development System (required)" SecCore
|
|||
SetOutPath $INSTDIR\Menu\images
|
||||
File ..\Menu\images\*.gif
|
||||
|
||||
Delete $INSTDIR\makensis.htm
|
||||
Delete $INSTDIR\Docs\*.html
|
||||
Delete $INSTDIR\Docs\style.css
|
||||
RMDir $INSTDIR\Docs
|
||||
|
@ -1372,7 +1373,6 @@ Section Uninstall
|
|||
Delete "$DESKTOP\Nullsoft Install System.lnk"
|
||||
Delete $INSTDIR\makensis.exe
|
||||
Delete $INSTDIR\makensisw.exe
|
||||
Delete $INSTDIR\makensis.htm
|
||||
Delete $INSTDIR\NSIS.exe
|
||||
Delete $INSTDIR\license.txt
|
||||
Delete $INSTDIR\uninst-nsis.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue