aboutsummaryrefslogtreecommitdiff
path: root/deployment
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2020-01-15 11:36:22 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2020-01-15 11:36:22 +0100
commitd3bd22d7a27949d1053c8be75d160adadf3c767b (patch)
treedc4de644287e74e45bbdc82d206a5f8c8dd76d6c /deployment
parent22f408201a1ba827c7dd92f1d10b6f75656f0b13 (diff)
Enable Unicode
ANSI targets are deprecated
Diffstat (limited to 'deployment')
-rw-r--r--deployment/windows/jellyfin.nsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/windows/jellyfin.nsi b/deployment/windows/jellyfin.nsi
index d3b75482c..dbce29e84 100644
--- a/deployment/windows/jellyfin.nsi
+++ b/deployment/windows/jellyfin.nsi
@@ -4,6 +4,8 @@
SetCompressor bzip2
ShowInstDetails show
ShowUninstDetails show
+Unicode True
+
;--------------------------------
!define SF_USELECTED 0 ; used to check selected options status, rest are inherited from Sections.nsh