From 5508855a875d94a1bd559f29febc56c8bff68f47 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 3 Dec 2019 17:20:41 +0100 Subject: -cth -> -carl. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 86ba655f..b84ce65e 100644 --- a/cscript +++ b/cscript @@ -76,7 +76,7 @@ def package(target, version): if target.platform == 'windows': d = 'build/libdcp-%s' % version os.mkdir(d) - for f in ['asdcp-cth.dll', 'cxml-0.dll', 'dcp-1.0.dll', 'kumu-cth.dll', 'libopenjp2.dll', 'dcpinfo.exe']: + for f in ['asdcp-carl.dll', 'cxml-0.dll', 'dcp-1.0.dll', 'kumu-carl.dll', 'libopenjp2.dll', 'dcpinfo.exe']: shutil.copyfile('%s/bin/%s' % (target.directory, f), os.path.join(d, f)) if target.bits == 32: -- cgit v1.2.3