fix #1536: added a missing dependency on linux

This commit is contained in:
antelle 2020-06-12 21:15:36 +02:00
parent a6e9521435
commit ae4d4398cd
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 6 additions and 3 deletions

View File

@ -410,10 +410,10 @@ module.exports = function (grunt) {
category: 'Utility'
},
rpm: {
// depends: ['libappindicator1', 'libgconf-2-4']
// depends: ['libappindicator1', 'libgconf-2-4', 'gnome-keyring']
},
snap: {
stagePackages: ['libappindicator1', 'libgconf-2-4']
stagePackages: ['libappindicator1', 'libgconf-2-4', 'gnome-keyring']
}
}
}
@ -554,7 +554,7 @@ module.exports = function (grunt) {
pkgName: `KeeWeb-${pkg.version}.linux.x64.deb`,
targetDir: 'dist/desktop',
appName: 'KeeWeb',
depends: 'libappindicator1, libgconf-2-4',
depends: 'libappindicator1, libgconf-2-4, gnome-keyring',
scripts: {
postinst: 'package/deb/scripts/postinst'
}

View File

@ -1,5 +1,8 @@
Release notes
-------------
##### v1.15.4 (2020-06-?)
`-` fix #1536: added a missing dependency on linux
##### v1.15.3 (2020-06-11)
`-` fix #1535: network errors in Dropbox and GDrive on Windows