From b32684ab7b31874491dad7bd7d6b7166cae5042c Mon Sep 17 00:00:00 2001 From: antelle Date: Wed, 18 Mar 2020 19:52:17 +0100 Subject: [PATCH] file associations for rpm --- Gruntfile.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index a761e7b9..cb2bbe64 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'] } } }