[packaging] Add description

This commit is contained in:
Jonathan Budzenski 2016-02-03 16:56:39 -06:00
parent 6b9fea2684
commit 34b9a7379a

View file

@ -22,6 +22,7 @@ module.exports = function (grunt) {
'--package', targetDir,
'-s', 'dir', // input type
'--name', 'kibana',
'--description', '"Explore and visualize your Elasticsearch data."',
'--version', version,
'--after-install', resolve(userScriptsDir, 'installer.sh'),
'--after-remove', resolve(userScriptsDir, 'remover.sh'),