From 2f498fcbaba588fea146629e4e89de3aa66c0388 Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Thu, 7 Dec 2017 22:42:35 -0300 Subject: [PATCH] Fix .dmg background --- electron-builder.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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": [ {