Fix .dmg background

This commit is contained in:
Igor Gassmann 2017-12-07 22:42:35 -03:00
parent 916be2bfb6
commit 2f498fcbab

View file

@ -1,5 +1,8 @@
{ {
"appId": "io.lbry.LBRY", "appId": "io.lbry.LBRY",
"mac": {
"category": "public.app-category.entertainment",
},
"dmg": { "dmg": {
"iconSize": 128, "iconSize": 128,
"contents": [ "contents": [
@ -20,7 +23,7 @@
"width": 500, "width": 500,
"height": 300 "height": 300
}, },
"backgroundColor": "155B4A" "background": "build/background.png"
}, },
"protocols": [ "protocols": [
{ {