1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-11 16:34:01 +02:00

Minor changes.

This commit is contained in:
Lars Jung
2012-10-05 20:29:37 +02:00
parent 59609aaee9
commit 07d4eee151

View File

@@ -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
});