mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
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",
|
"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": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue