Better Mac installer

This commit is contained in:
Jeffrey Morgan 2015-06-19 17:22:54 -07:00
parent 76d3bc2f0f
commit 65c03188e4
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ module.exports = function (grunt) {
].join(' && '),
},
zip: {
command: 'ditto -c -k --sequesterRsrc --keepParent <%= OSX_FILENAME_ESCAPED %> <%= OSX_OUT %>/' + BASENAME + '-' + packagejson.version + '.zip',
command: 'ditto -c -k --sequesterRsrc --keepParent <%= OSX_FILENAME_ESCAPED %> <%= OSX_OUT %>/' + BASENAME + '-' + packagejson.version + '-Mac.zip',
}
},