From 85c7673ef4c02aa119792a9506424390b5d08d8e Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 26 Aug 2002 18:07:23 +0000 Subject: [PATCH] MagicLime new version and docs git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@755 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 1c29ad78..2ab1826f 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -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