1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00

file associations for rpm

This commit is contained in:
antelle 2020-03-18 19:52:17 +01:00
parent eedc4374b9
commit b32684ab7b

View File

@ -381,12 +381,20 @@ module.exports = function(grunt) {
app: 'desktop',
buildResources: 'graphics'
},
fileAssociations: {
ext: 'kdbx',
name: 'KeePass 2 database',
mimeType: 'application/x-keepass2'
},
linux: {
target: ['AppImage', 'snap', 'rpm'],
category: 'Utility'
},
rpm: {
depends: ['libappindicator1', 'libgconf-2-4']
// depends: ['libappindicator1', 'libgconf-2-4']
},
snap: {
stagePackages: ['libappindicator1', 'libgconf-2-4']
}
}
}