From e78f7453293af84febb468d31134260fa3229ee2 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 1 Dec 2015 10:16:10 -0800 Subject: [PATCH] Build Linux to dist Signed-off-by: Jeffrey Morgan --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 23e3f8053b..c76072ba44 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -55,7 +55,6 @@ module.exports = function (grunt) { platform: 'darwin', arch: 'x64', asar: true, - 'app-bundle-id': 'com.kitematic.kitematic', 'app-version': packagejson.version } }, @@ -63,7 +62,7 @@ module.exports = function (grunt) { options: { name: LINUX_APPNAME, dir: 'build/', - out: 'dist/linux/', + out: 'dist', version: packagejson['electron-version'], platform: 'linux', arch: 'x64',