From c6db2401ffb28f3a3ac7feaea4df4ab0c25d5543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 7 Feb 2021 16:09:17 +0100 Subject: [PATCH] NSIS requires the BOM for UTF8 strings to work properly --- pkg/gpxsee.nsi | 2 +- pkg/gpxsee64.nsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 0eb8aa6d..4e8c0438 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -1,4 +1,4 @@ -!include "MUI2.nsh" +!include "MUI2.nsh" !include "x64.nsh" !include "WinVer.nsh" !include "macros.nsh" diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index b2aa3206..e45a8a30 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -1,4 +1,4 @@ -!include "MUI2.nsh" +!include "MUI2.nsh" !include "x64.nsh" !include "WinVer.nsh" !include "macros.nsh"