Added /plugin parameter to ReserveFile for our multi-arc. plugin subdirectories.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6290 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
dcddf977b2
commit
9b287fc648
11 changed files with 42 additions and 17 deletions
|
@ -2043,7 +2043,7 @@ Var MUI_TEMP2
|
|||
!verbose push
|
||||
!verbose ${MUI_VERBOSE}
|
||||
|
||||
ReserveFile "${NSISDIR}\Plugins\InstallOptions.dll"
|
||||
ReserveFile /plugin InstallOptions.dll
|
||||
|
||||
!verbose pop
|
||||
|
||||
|
@ -2054,7 +2054,7 @@ Var MUI_TEMP2
|
|||
!verbose push
|
||||
!verbose ${MUI_VERBOSE}
|
||||
|
||||
ReserveFile "${NSISDIR}\Plugins\LangDLL.dll"
|
||||
ReserveFile /plugin LangDLL.dll
|
||||
|
||||
!verbose pop
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue