fix deb icon and mode

This commit is contained in:
antelle 2016-04-02 22:03:02 +03:00
parent 2e0f80a994
commit e78d21c725
3 changed files with 2 additions and 2 deletions

View File

@ -419,7 +419,7 @@ module.exports = function(grunt) {
nonull: true
},
{
src: 'electron/icon.png',
src: 'graphics/128x128.png',
dest: '/usr/share/icons/hicolor/128x128/apps/keeweb.png',
nonull: true
}]

BIN
graphics/128x128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -20,7 +20,7 @@
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-deb": "github:antelle/grunt-contrib-deb#e00e14a",
"grunt-contrib-deb": "github:antelle/grunt-contrib-deb#e65898f",
"grunt-contrib-htmlmin": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.10.1",