fix deb package

This commit is contained in:
antelle 2016-04-08 18:47:37 +03:00
parent 02d0df47dd
commit 25717f94f4
2 changed files with 2 additions and 1 deletions

View File

@ -401,6 +401,7 @@ module.exports = function(grunt) {
info: {
arch: 'amd64',
targetDir: 'tmp/desktop',
appName: 'KeeWeb',
scripts: {
postinst: 'package/deb/scripts/postinst'
}

View File

@ -20,7 +20,7 @@
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-deb": "github:antelle/grunt-contrib-deb#01300ea",
"grunt-contrib-deb": "github:antelle/grunt-contrib-deb#ddb2ef4",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-htmlmin": "^1.2.0",
"grunt-contrib-uglify": "^1.0.1",