Fix .dmg background
This commit is contained in:
parent
916be2bfb6
commit
2f498fcbab
1 changed files with 4 additions and 1 deletions
|
@ -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": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue