summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-04-07 22:25:20 +0100
committerCarl Hetherington <cth@carlh.net>2018-04-07 22:25:20 +0100
commit1947c131f03affdd0385f11820888d7865dc337c (patch)
treefac867cb02f78bde18c062cc6a76b409d6913670
parent3d974857a42451e36f58c768a78ff65f0dbcdbc5 (diff)
Thinko.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index c4b6c3fe..1ee22ab5 100644
--- a/cscript
+++ b/cscript
@@ -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):