Avoid missing NSIS.exe.manifest warning when building dist-installer
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6641 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3452e3b9b2
commit
0b5b7fad0e
1 changed files with 3 additions and 3 deletions
|
@ -156,9 +156,9 @@ ${MementoSection} "NSIS Core Files (required)" SecCore
|
|||
File ..\COPYING
|
||||
File ..\NSIS.chm
|
||||
File ..\NSIS.exe
|
||||
!verbose push 1
|
||||
File /nonfatal ..\NSIS.exe.manifest
|
||||
!verbose pop
|
||||
!if /FileExists "..\NSIS.exe.manifest"
|
||||
File "..\NSIS.exe.manifest"
|
||||
!endif
|
||||
|
||||
SetOutPath $INSTDIR\Bin
|
||||
File ..\Bin\makensis.exe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue