*** 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
|
Section "Splash" SecContribSplash
|
||||||
SectionIn 1 2
|
SectionIn 1 2
|
||||||
SetOutPath $INSTDIR\Bin
|
SetOutPath $INSTDIR\Plugins
|
||||||
File ..\Bin\splash.exe
|
File ..\Plugins\splash.dll
|
||||||
SetOutPath $INSTDIR\Contrib\Splash
|
SetOutPath $INSTDIR\Contrib\Splash
|
||||||
File ..\Contrib\splash\splash.txt
|
File ..\Contrib\splash\splash.txt
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
@ -484,7 +484,7 @@ FunctionEnd
|
||||||
|
|
||||||
Function .onPrevPage
|
Function .onPrevPage
|
||||||
|
|
||||||
!insertmacro MUI_PREVPAGE
|
!insertmacro MUI_PREVPAGE SetPage
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue