Packaging: Fixed a bug config.nsh not found

In commit 8c7e3f0d30, the config.nsh.in
was renamed as wireshark-config.nsh.in, and the config.nsh was renamed
as wireshark-config.nsh as well, but the wireshark-common.nsh still
includes the config.nsh, which will cause the packaging failed.
This commit is contained in:
mGhony99 2022-06-06 10:52:53 +08:00 committed by Gerald Combs
parent a3e0d93bed
commit 218821f2c1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ ManifestDPIAware true
!addincludedir ${NSIS_INCLUDE_DIR}
!endif
!include "config.nsh"
!include "wireshark-config.nsh"
!if ${WIRESHARK_TARGET_PLATFORM} == "win32"
!define BITS 32