More deps.
authorCarl Hetherington <cth@carlh.net>
Sat, 7 Apr 2018 21:53:52 +0000 (22:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 7 Apr 2018 21:53:52 +0000 (22:53 +0100)
cscript

diff --git a/cscript b/cscript
index 3c3bfaf907c1fd0df04aaa3631f985827e004e2a..22182e15e7a1d9781aaef381df9a137922d2bcf1 100644 (file)
--- a/cscript
+++ b/cscript
@@ -83,7 +83,7 @@ def package(target, version):
         else:
             shutil.copyfile('%s/bin/libgcc_s_seh-1.dll' % target.windows_prefix, os.path.join(d, 'libgcc_s_seh-1.dll'))
 
-        target.command('cd build && zip -9 -r libdcp-%s.zip %s' % (version, d))
+        target.command('cd build && zip -9 -r libdcp-%s.zip libdcp-%s' % (version, version))
         return os.path.abspath('build/libdcp-%s.zip' % version)
 
 def make_doxygen(target):