From 9086e0dd3c924b6c9a5ad05799d30d97b9ced3be Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 2 Mar 2021 16:24:17 +0800 Subject: build: set Unicode true for NSIS installer Now that we are using Focal for gitian builds, and have NSIS 3.0+ available (also in Guix), we can create installers that support unicode. Unicode is only becoming the default beginning with the 3.07 release, https://nsis.sourceforge.io/Docs/AppendixF.html#v3.07-cl, so we need to set this attribute to get support. Should close: #13817 Co-authored-by: Chun Kuan Lee --- share/setup.nsi.in | 1 + 1 file changed, 1 insertion(+) (limited to 'share/setup.nsi.in') diff --git a/share/setup.nsi.in b/share/setup.nsi.in index 681f243d04..85ae7c57af 100644 --- a/share/setup.nsi.in +++ b/share/setup.nsi.in @@ -3,6 +3,7 @@ Name "@PACKAGE_NAME@ (64-bit)" RequestExecutionLevel highest SetCompressor /SOLID lzma SetDateSave off +Unicode true # Uncomment these lines when investigating reproducibility errors #SetCompress off -- cgit v1.2.3