diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-07 22:33:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-07 22:33:40 +0100 |
| commit | 8af101a118a9f772a39dfd9df544a513efaa4b25 (patch) | |
| tree | 08962ae45fe450c78450d517b01129f4ea98d4fd /cscript | |
| parent | 1947c131f03affdd0385f11820888d7865dc337c (diff) | |
Tweak.
Diffstat (limited to 'cscript')
| -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 %s' % (version, d)) + target.command('zip -9 -r build/libdcp-%s.zip %s' % (version, d)) return os.path.abspath('build/libdcp-%s.zip' % version) def make_doxygen(target): |
