From 89b7b94a048ec53e82f38412a4b65cabb609f395 Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Thu, 7 Jan 2021 10:03:23 +0100 Subject: [PATCH] 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. --- contrib/pulseview_cross.nsi.in | 3 --- 1 file changed, 3 deletions(-) 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" -- 2.30.2