diff --git a/electron-builder.json b/electron-builder.json index 0aec6b3a7..0939aa4df 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -1,5 +1,8 @@ { "appId": "io.lbry.LBRY", + "mac": { + "category": "public.app-category.entertainment", + }, "dmg": { "iconSize": 128, "contents": [ @@ -20,7 +23,7 @@ "width": 500, "height": 300 }, - "backgroundColor": "155B4A" + "background": "build/background.png" }, "protocols": [ {