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\tools.nsh"
|
||||
|
||||
!include "nsisInclude\gobalDef.nsh"
|
||||
!include "nsisInclude\tools.nsh"
|
||||
|
||||
!ifdef ARCH64
|
||||
OutFile ".\build\npp.${APPVERSION}.Installer.x64.exe"
|
||||
|
Loading…
x
Reference in New Issue
Block a user