diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-03 17:20:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-22 01:21:00 +0100 |
| commit | 5508855a875d94a1bd559f29febc56c8bff68f47 (patch) | |
| tree | b11f782b699ccd6e8aeaf815bb8fcb26d09067e0 /cscript | |
| parent | 9f59082fa398ba32d911376257370f6687d8d707 (diff) | |
-cth -> -carl.
Diffstat (limited to 'cscript')
| -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: |
