From: Soeren Apel Date: Thu, 7 Jan 2021 09:03:23 +0000 (+0100) Subject: Don't set unicode to true X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=89b7b94a048ec53e82f38412a4b65cabb609f395 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. --- diff --git a/contrib/pulseview_cross.nsi.in b/contrib/pulseview_cross.nsi.in index e6b3c6db..1cbd9eb1 100644 --- a/contrib/pulseview_cross.nsi.in +++ b/contrib/pulseview_cross.nsi.in @@ -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"