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
This commit is contained in:
joostverburg 2002-09-26 16:58:04 +00:00
parent c932961f4e
commit 72befa56cd

View file

@ -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