From 90ab4a02f256e6199c6dad19c756e46260956af9 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Sat, 20 May 2017 13:11:31 +0100 Subject: [PATCH 1/2] add category so it doesn't get dropped into Default/Lost+Found Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index dd25bf64b0..9dc1458149 100644 --- a/package.json +++ b/package.json @@ -158,6 +158,7 @@ ], "linux": { "target": "deb", + "category": "Network;InstantMessaging;P2P;", "maintainer": "support@riot.im", "desktop": { "StartupWMClass": "riot-web" From 6e8516e5376d49bb577a6ae0503d12d78ca28bf1 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@googlemail.com> Date: Mon, 22 May 2017 16:53:46 +0100 Subject: [PATCH 2/2] fiiine! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9dc1458149..c4c959c301 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ ], "linux": { "target": "deb", - "category": "Network;InstantMessaging;P2P;", + "category": "Network;InstantMessaging;", "maintainer": "support@riot.im", "desktop": { "StartupWMClass": "riot-web"