mirror of https://github.com/keeweb/keeweb
fix deb icon and mode
parent
2e0f80a994
commit
e78d21c725
|
@ -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
|
||||
}]
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue