Don't set unicode to true

NSIS 2.x doesn't know the unicode switch and chokes, 3.07 defaults
it to true as well.

As there doesn't seem to be a graceful way to handle 2.x versions,
we have to remove the unicode switch and the warning in 3.x (< 3.7)
installers shall be ignored.
This commit is contained in:
Soeren Apel 2021-01-07 10:03:23 +01:00
parent 5dea27d688
commit 89b7b94a04
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@
# http://nsis.sourceforge.net/Docs/Modern%20UI%202/Readme.html
#
# Fix warning 7998: ANSI targets are deprecated
Unicode True
# Include the "Modern UI" header, which gives us the usual Windows look-n-feel.
!include "MUI2.nsh"