From be2d011491765e08b6fa50a3950db8c0f210266a Mon Sep 17 00:00:00 2001 From: French Ben Date: Tue, 31 May 2016 17:53:52 -0700 Subject: [PATCH] Fixed release file for ubuntu as zip instead of deb Signed-off-by: French Ben --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index f3a81cd422..f0a2cdaeb4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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' } },