diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-03 17:20:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-03 17:20:41 +0100 |
| commit | c14025c6ea1d015c179cae7f169547b333819de1 (patch) | |
| tree | fae183e08848f567aeca88da25ef27b6b040e105 | |
| parent | 9f59082fa398ba32d911376257370f6687d8d707 (diff) | |
-cth -> -carl.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
