*** empty log message ***
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1095 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f3f2285b64
commit
ee80817c94
1 changed files with 3 additions and 3 deletions
|
@ -175,8 +175,8 @@ SectionEnd
|
|||
|
||||
Section "Splash" SecContribSplash
|
||||
SectionIn 1 2
|
||||
SetOutPath $INSTDIR\Bin
|
||||
File ..\Bin\splash.exe
|
||||
SetOutPath $INSTDIR\Plugins
|
||||
File ..\Plugins\splash.dll
|
||||
SetOutPath $INSTDIR\Contrib\Splash
|
||||
File ..\Contrib\splash\splash.txt
|
||||
SectionEnd
|
||||
|
@ -484,7 +484,7 @@ FunctionEnd
|
|||
|
||||
Function .onPrevPage
|
||||
|
||||
!insertmacro MUI_PREVPAGE
|
||||
!insertmacro MUI_PREVPAGE SetPage
|
||||
|
||||
FunctionEnd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue