Fix NSIS compiling warning
This commit is contained in:
parent
0278554272
commit
4b18a878e5
|
@ -37,9 +37,8 @@ SetCompressor /SOLID lzma ; This reduces installer size by approx 30~35%
|
|||
|
||||
|
||||
!include "nsisInclude\winVer.nsh"
|
||||
!include "nsisInclude\tools.nsh"
|
||||
|
||||
!include "nsisInclude\gobalDef.nsh"
|
||||
!include "nsisInclude\tools.nsh"
|
||||
|
||||
!ifdef ARCH64
|
||||
OutFile ".\build\npp.${APPVERSION}.Installer.x64.exe"
|
||||
|
@ -151,7 +150,7 @@ ${MementoSectionDone}
|
|||
;--------------------------------
|
||||
|
||||
Section -FinishSection
|
||||
Call writeInstallInfoInRegistry
|
||||
Call writeInstallInfoInRegistry
|
||||
SectionEnd
|
||||
|
||||
!include "nsisInclude\uninstall.nsh"
|
||||
|
|
Loading…
Reference in New Issue