From 7ca1a0f0b2f11d7afbd25b80bb050a5170499bab Mon Sep 17 00:00:00 2001 From: Devin Bileck <603793+devinbileck@users.noreply.github.com> Date: Fri, 11 Jan 2019 11:07:36 -0800 Subject: [PATCH] Fix windows install custom translations The Bisq.iss file must be saved using UTF-8 encoding with BOM for the unicode custom messages to be displayed properly. --- desktop/package/windows/Bisq.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/package/windows/Bisq.iss b/desktop/package/windows/Bisq.iss index 2075dbc84d7..e38e77c7269 100644 --- a/desktop/package/windows/Bisq.iss +++ b/desktop/package/windows/Bisq.iss @@ -1,6 +1,6 @@ -;This file will be executed next to the application bundle image +;This file will be executed next to the application bundle image ;I.e. current directory will contain folder Bisq with application files -;Note: This file must use UTF-8 encoding +;Note: This file must use UTF-8 encoding with BOM for the unicode custom messages to be displayed properly #define SourceDir GetEnv('package_dir') + '\windows' #define AppVersion GetEnv('version')