From 07d4eee151997e278a1f19725658e50e53c3ea1e Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Fri, 5 Oct 2012 20:29:37 +0200 Subject: [PATCH] Minor changes. --- makefile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });