|
|
@ -37,9 +37,8 @@ SetCompressor /SOLID lzma ; This reduces installer size by approx 30~35%
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
!include "nsisInclude\winVer.nsh"
|
|
|
|
!include "nsisInclude\winVer.nsh"
|
|
|
|
!include "nsisInclude\tools.nsh"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
!include "nsisInclude\gobalDef.nsh"
|
|
|
|
!include "nsisInclude\gobalDef.nsh"
|
|
|
|
|
|
|
|
!include "nsisInclude\tools.nsh"
|
|
|
|
|
|
|
|
|
|
|
|
!ifdef ARCH64
|
|
|
|
!ifdef ARCH64
|
|
|
|
OutFile ".\build\npp.${APPVERSION}.Installer.x64.exe"
|
|
|
|
OutFile ".\build\npp.${APPVERSION}.Installer.x64.exe"
|
|
|
|