Update stuff
This commit is contained in:
parent
fa463abafc
commit
b15714783a
2 changed files with 4 additions and 14 deletions
|
@ -1,11 +1,13 @@
|
||||||
{
|
{
|
||||||
"appId": "io.lbry.LBRY",
|
"appId": "io.lbry.LBRY",
|
||||||
|
"productName": "LBRY",
|
||||||
"publish": {
|
"publish": {
|
||||||
"provider": "s3",
|
"provider": "s3",
|
||||||
"bucket": "releases.lbry.io",
|
"bucket": "releases.lbry.io",
|
||||||
"path": "app/latest"
|
"path": "app/latest"
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
|
"target": "dmg",
|
||||||
"category": "public.app-category.entertainment"
|
"category": "public.app-category.entertainment"
|
||||||
},
|
},
|
||||||
"dmg": {
|
"dmg": {
|
||||||
|
@ -38,24 +40,12 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": "deb",
|
|
||||||
"category": "Video",
|
"category": "Video",
|
||||||
"desktop": {
|
"desktop": {
|
||||||
"MimeType": "x-scheme-handler/lbry",
|
"MimeType": "x-scheme-handler/lbry",
|
||||||
"Exec": "/opt/LBRY/lbry %U"
|
"Exec": "/opt/LBRY/lbry %U"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"deb": {
|
|
||||||
"depends": [
|
|
||||||
"gconf2",
|
|
||||||
"gconf-service",
|
|
||||||
"libnotify4",
|
|
||||||
"libappindicator1",
|
|
||||||
"libxtst6",
|
|
||||||
"libnss3",
|
|
||||||
"libsecret-1-0"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"perMachine": true
|
"perMachine": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "LBRY",
|
"name": "lbry-app",
|
||||||
"version": "0.20.0",
|
"version": "0.21.0",
|
||||||
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
|
||||||
"homepage": "https://lbry.io/",
|
"homepage": "https://lbry.io/",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|
Loading…
Reference in a new issue