From e738ae5c8ca2133b058f2b48a0a19d951c7e44ea Mon Sep 17 00:00:00 2001 From: Dick Choi Date: Thu, 7 Apr 2016 08:35:40 +0900 Subject: [PATCH] Add more info to gruntfile for Linux app --- gruntfile.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gruntfile.js b/gruntfile.js index b02ee1ab..c70bda9a 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -29,14 +29,16 @@ module.exports = function (grunt) { certificatePassword: WIN_CERT_PASSWORD, noMsi: true } - }, - 'electron-installer-debian': { + }, + 'electron-installer-debian': { app: { options: { + productName: 'Boostnote', + productDescription: 'The opensource note app for developer.', arch: 'amd64', categories: [ - 'Development', - 'Utility' + 'Development', + 'Utility' ], icon: path.join(__dirname, 'resources/app.png'), bin: 'Boostnote'