Skip to content

Commit 9086e0d

Browse files
fanquakeken2812221
andcommitted
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 <[email protected]>
1 parent 72e6979 commit 9086e0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

share/setup.nsi.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Name "@PACKAGE_NAME@ (64-bit)"
33
RequestExecutionLevel highest
44
SetCompressor /SOLID lzma
55
SetDateSave off
6+
Unicode true
67

78
# Uncomment these lines when investigating reproducibility errors
89
#SetCompress off

0 commit comments

Comments
 (0)