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:
parent
c932961f4e
commit
72befa56cd
1 changed files with 2 additions and 3 deletions
|
@ -210,15 +210,14 @@ Section "System" SecContribSystem
|
||||||
SectionIn 1 2
|
SectionIn 1 2
|
||||||
SetOutPath $INSTDIR\Plugins
|
SetOutPath $INSTDIR\Plugins
|
||||||
File ..\Plugins\System.dll
|
File ..\Plugins\System.dll
|
||||||
SetOutPath $INSTDIR\contrib\ShowWin
|
|
||||||
File ..\contrib\ShowWin\ShowWin.txt
|
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section "ShowWin" SecContribShowWin
|
Section "ShowWin" SecContribShowWin
|
||||||
SectionIn 1 2
|
SectionIn 1 2
|
||||||
SetOutPath $INSTDIR\Plugins
|
SetOutPath $INSTDIR\Plugins
|
||||||
File ..\Plugins\ShowWin.dll
|
File ..\Plugins\ShowWin.dll
|
||||||
|
SetOutPath $INSTDIR\contrib\ShowWin
|
||||||
|
File ..\contrib\ShowWin\ShowWin.txt
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
SubSectionEnd
|
SubSectionEnd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue