Fix installer with non-ASCII user names (#2668).
authorCarl Hetherington <cth@carlh.net>
Sat, 25 Nov 2023 12:34:02 +0000 (13:34 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 26 Nov 2023 23:53:17 +0000 (00:53 +0100)
platform/windows/wscript

index 480dd9ebd9262fa4bea6f54fbee423bf0f9be89d..eb32596acea243515b4df610924b6dbec6b6895f 100644 (file)
@@ -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: