Merge pull request #1730 from docker/deb-to-zip

Fixed release file for ubuntu as zip instead of deb
This commit is contained in:
French Ben
2016-05-31 19:46:31 -07:00

View File

@@ -244,7 +244,7 @@ module.exports = function (grunt) {
command: 'cd build && npm install --production'
},
linux_zip: {
command: 'ditto -c -k --sequesterRsrc --keepParent <%= LINUX_FILENAME %> release/' + BASENAME + '-Ubuntu.deb'
command: 'ditto -c -k --sequesterRsrc --keepParent <%= LINUX_FILENAME %> release/' + BASENAME + '-Ubuntu.zip'
}
},