mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 05:45:00 +02:00
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\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"
|
||||||
@ -151,7 +150,7 @@ ${MementoSectionDone}
|
|||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
|
||||||
Section -FinishSection
|
Section -FinishSection
|
||||||
Call writeInstallInfoInRegistry
|
Call writeInstallInfoInRegistry
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
!include "nsisInclude\uninstall.nsh"
|
!include "nsisInclude\uninstall.nsh"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user