diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-11-25 13:34:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-27 00:53:17 +0100 |
| commit | f93101c8305f169cd6e76a34c2411e520e623665 (patch) | |
| tree | 936618c861b752ff5727524d6a1071bbe0a71013 /platform | |
| parent | b8234b6d97a92927137c74ee1274c37e61b70541 (diff) | |
Fix installer with non-ASCII user names (#2668).
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/windows/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 480dd9ebd..eb32596ac 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -38,6 +38,7 @@ def write_installer(bits, dcpomatic_version, debug, disk): print('Name "DCP-o-matic"', file=f) print('RequestExecutionLevel admin', file=f) + print('Unicode true', file=f) outfile = 'DCP-o-matic ' if debug: |
