fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1967 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4dad461d26
commit
1346420d83
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
!define MUI_NAME "Nullsoft Install System ${MUI_VERSION}" ;Installer name
|
!define MUI_NAME "Nullsoft Install System ${MUI_VERSION}" ;Installer name
|
||||||
|
|
||||||
!define VER_MAJOR 2
|
!define VER_MAJOR 2
|
||||||
!define VER_MINOR 0b0
|
!define VER_MINOR 0b1
|
||||||
|
|
||||||
OutFile ..\nsis${VER_MAJOR}${VER_MINOR}.exe
|
OutFile ..\nsis${VER_MAJOR}${VER_MINOR}.exe
|
||||||
|
|
||||||
|
@ -267,7 +267,8 @@ Section "InstallOptions" SecContribIO
|
||||||
SetOutPath $INSTDIR\Plugins
|
SetOutPath $INSTDIR\Plugins
|
||||||
File ..\Plugins\InstallOptions.dll
|
File ..\Plugins\InstallOptions.dll
|
||||||
SetOutPath $INSTDIR\Contrib\InstallOptions
|
SetOutPath $INSTDIR\Contrib\InstallOptions
|
||||||
File "..\contrib\installoptions\Install Options.html"
|
File ..\Contrib\InstallOptions\Readme.html
|
||||||
|
File ..\Contrib\InstallOptions\Changelog.txt
|
||||||
File ..\contrib\installoptions\test.ini
|
File ..\contrib\installoptions\test.ini
|
||||||
File ..\contrib\installoptions\test.nsi
|
File ..\contrib\installoptions\test.nsi
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue