Setup productName and comply package name with npm/yarn rules
This commit is contained in:
parent
7068ebaf57
commit
a212b8d908
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"appId": "io.lbry.LBRY",
|
||||
"productName": "LBRY",
|
||||
"mac": {
|
||||
"category": "public.app-category.entertainment"
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "LBRY",
|
||||
"name": "lbry-app",
|
||||
"version": "0.19.1",
|
||||
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
||||
"homepage": "https://lbry.io/",
|
||||
|
|
Loading…
Reference in a new issue