From 83833cb0e2180863f4a5f9b4d8f2ec6bd7571a65 Mon Sep 17 00:00:00 2001 From: Joey Riches Date: Wed, 22 Nov 2017 01:49:31 +0000 Subject: [PATCH 1/1] linux: don't build a deb or rpm please Signed-off-by: Joey Riches --- app/build/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build/Gruntfile.js b/app/build/Gruntfile.js index ca5a50c3d..c49f61fa4 100644 --- a/app/build/Gruntfile.js +++ b/app/build/Gruntfile.js @@ -71,6 +71,6 @@ module.exports = grunt => { } else if (grunt.option('platform') === 'darwin') { grunt.registerTask('build-client', ['package', 'create-mac-zip', 'create-mac-dmg']); } else if (grunt.option('platform') === 'linux') { - grunt.registerTask('build-client', ['package', 'create-deb-installer', 'create-rpm-installer']); + grunt.registerTask('build-client', ['package']); } }; -- 2.15.0