aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2020-01-07 11:24:04 -0800
committerGerald Combs <gerald@wireshark.org>2020-01-07 19:43:42 +0000
commit8b7e251bac68e4aa03c0f489f7f5468eb1877d73 (patch)
tree7d0d5aee5c21f31fb0f35228540c8dded7f2ef84
parent1e0fa912d4e7874194d5c95eca284e1767a5578d (diff)
NSIS: Build Unicode installers / uninstallers.
Recent versions of NSIS have deprecated ANSI installers, so enable Unicode. Change-Id: I263568f83b7f96871e056ba590db300b23dbdc80 Reviewed-on: https://code.wireshark.org/review/35681 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
-rw-r--r--packaging/nsis/common.nsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/nsis/common.nsh b/packaging/nsis/common.nsh
index 9952754355..7d58414560 100644
--- a/packaging/nsis/common.nsh
+++ b/packaging/nsis/common.nsh
@@ -3,6 +3,8 @@
; Name and version information
; ============================================================================
+Unicode true
+
!ifdef NSIS_INCLUDE_DIR
!addincludedir ${NSIS_INCLUDE_DIR}
!endif