MagicLime new version and docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@755 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1095ad72dc
commit
85c7673ef4
1 changed files with 3 additions and 3 deletions
|
@ -180,10 +180,9 @@ SectionEnd
|
|||
|
||||
Section "Splash w/transparency"
|
||||
SectionIn 1 2
|
||||
SetOutPath $INSTDIR\Contrib\MagicLime
|
||||
SetOverwrite try
|
||||
File ..\Contrib\MagicLime\splash.c
|
||||
SetOutPath $INSTDIR\Bin
|
||||
SetOverwrite try
|
||||
File ..\Bin\magiclime.txt
|
||||
File ..\Bin\magiclime.exe
|
||||
SectionEnd
|
||||
|
||||
|
@ -401,6 +400,7 @@ Section Uninstall
|
|||
Delete $INSTDIR\Bin\splash.txt
|
||||
Delete $INSTDIR\Bin\splash.exe
|
||||
Delete $INSTDIR\Bin\magiclime.exe
|
||||
Delete $INSTDIR\Bin\magiclime.txt
|
||||
Delete $INSTDIR\Bin\nsisdl.dll
|
||||
Delete $INSTDIR\Bin\MakeLangID.exe
|
||||
Delete $INSTDIR\makensis.htm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue