From c4c43e1219d862b00658c6c704713aab7cd46399 Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Fri, 15 Dec 2017 17:33:01 -0300 Subject: [PATCH] Add linux app category --- electron-builder.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/electron-builder.json b/electron-builder.json index acf8e77a2..9e0a8f86b 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -1,7 +1,7 @@ { "appId": "io.lbry.LBRY", "mac": { - "category": "public.app-category.entertainment", + "category": "public.app-category.entertainment" }, "dmg": { "iconSize": 128, @@ -34,6 +34,7 @@ ], "linux": { "target": "deb", + "category": "Video", "desktop": { "MimeType": "x-scheme-handler/lbry", "Exec": "/opt/LBRY/lbry %U"