diff --git a/makefile.js b/makefile.js index 200ce3e3..cc43d53d 100644 --- a/makefile.js +++ b/makefile.js @@ -161,7 +161,7 @@ module.exports = function (make) { make.target('release', ['clean', 'build'], 'create a zipball').async(function (done, fail) { $(build + ': **').shzip({ - target: path.join(build, 'h5ai-' + pkg.version + '.zip'), + target: path.join(build, pkg.name + '-' + pkg.version + '.zip'), dir: build, callback: done });