]> sigrok.org Git - pulseview.git/commitdiff
Fix NSIS warning 7998
authorSoeren Apel <redacted>
Wed, 6 Jan 2021 15:50:32 +0000 (16:50 +0100)
committerSoeren Apel <redacted>
Wed, 6 Jan 2021 15:50:32 +0000 (16:50 +0100)
Thanks to knarfS for the tip!

contrib/pulseview_cross.nsi.in

index 1cbd9eb1630741384d80756ab3fe0f51a8b8f9c6..e6b3c6db53fef07974c91896864baf951c0d4a69 100644 (file)
@@ -27,6 +27,9 @@
 # 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"