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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue