summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-12-03 17:20:41 +0100
committerCarl Hetherington <cth@carlh.net>2019-12-03 17:20:41 +0100
commitc14025c6ea1d015c179cae7f169547b333819de1 (patch)
treefae183e08848f567aeca88da25ef27b6b040e105
parent9f59082fa398ba32d911376257370f6687d8d707 (diff)
-cth -> -carl.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
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: