]> sigrok.org Git - pulseview.git/commitdiff
Don't set unicode to true
authorSoeren Apel <redacted>
Thu, 7 Jan 2021 09:03:23 +0000 (10:03 +0100)
committerSoeren Apel <redacted>
Thu, 7 Jan 2021 09:03:23 +0000 (10:03 +0100)
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.

contrib/pulseview_cross.nsi.in

index e6b3c6db53fef07974c91896864baf951c0d4a69..1cbd9eb1630741384d80756ab3fe0f51a8b8f9c6 100644 (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"