Browse Source

Use unicode for NSIS installer on Windows

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
21ee134835
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      installer.nsi

+ 2
- 1
installer.nsi View File

@@ -7,6 +7,7 @@
!define UNINSTALL_REG "Software\Microsoft\Windows\CurrentVersion\Uninstall\VCVRack${VERSION_MAJOR}"

Name "${NAME_FULL}"
Unicode True
SetCompressor /solid "lzma"
SetCompressorDictSize 8
CRCCheck On
@@ -73,7 +74,7 @@ FunctionEnd

; Sections

Section "Install" INSTALL_SECTION
Section "${NAME}" INSTALL_SECTION
SectionIn RO
SetOutPath "$INSTDIR"



Loading…
Cancel
Save