diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-07 22:25:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-07 22:25:20 +0100 |
| commit | 1947c131f03affdd0385f11820888d7865dc337c (patch) | |
| tree | fac867cb02f78bde18c062cc6a76b409d6913670 | |
| parent | 3d974857a42451e36f58c768a78ff65f0dbcdbc5 (diff) | |
Thinko.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ def package(target, version): os.mkdir(d) for f in ['asdcp-cth.dll', 'cxml-0.dll', 'dcp-1.0.dll', 'kumu-cth.dll', 'libopenjp2.dll', 'dcpinfo.exe']: shutil.copyfile('%s/bin/%s' % (target.directory, f), os.path.join(d, f)) - os.system('zip -9 -r build/libdcp-%s.zip d' % version) + os.system('zip -9 -r build/libdcp-%s.zip %s' % (version, d)) return os.path.abspath('build/libdcp-%s.zip' % version) def make_doxygen(target): |
