From 72befa56cd93a96f055c15cbc534b363d6cb20e4 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Thu, 26 Sep 2002 16:58:04 +0000 Subject: [PATCH] showwin.txt at the correct location :) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1192 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 0b0baa1b..786698b9 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -210,15 +210,14 @@ Section "System" SecContribSystem SectionIn 1 2 SetOutPath $INSTDIR\Plugins File ..\Plugins\System.dll - SetOutPath $INSTDIR\contrib\ShowWin - File ..\contrib\ShowWin\ShowWin.txt - SectionEnd Section "ShowWin" SecContribShowWin SectionIn 1 2 SetOutPath $INSTDIR\Plugins File ..\Plugins\ShowWin.dll + SetOutPath $INSTDIR\contrib\ShowWin + File ..\contrib\ShowWin\ShowWin.txt SectionEnd SubSectionEnd