Fixed release file for ubuntu as zip instead of deb

Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
French Ben 2016-05-31 17:53:52 -07:00
parent 3533e06bd2
commit be2d011491
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ module.exports = function (grunt) {
command: 'cd build && npm install --production' command: 'cd build && npm install --production'
}, },
linux_zip: { 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'
} }
}, },