add libappindicator1 for linux deb

This commit is contained in:
antelle 2016-07-21 22:37:23 +03:00
parent e8dd9afa97
commit 7819af0e0e
1 changed files with 1 additions and 0 deletions

View File

@ -418,6 +418,7 @@ module.exports = function(grunt) {
targetDir: 'dist/desktop',
pkgName: 'KeeWeb.linux.x64.deb',
appName: 'KeeWeb',
depends: 'libappindicator1',
scripts: {
postinst: 'package/deb/scripts/postinst'
}