Update stuff

This commit is contained in:
Igor Gassmann 2018-02-07 15:22:08 -03:00
parent fa463abafc
commit b15714783a
2 changed files with 4 additions and 14 deletions

View file

@ -1,11 +1,13 @@
{
"appId": "io.lbry.LBRY",
"productName": "LBRY",
"publish": {
"provider": "s3",
"bucket": "releases.lbry.io",
"path": "app/latest"
},
"mac": {
"target": "dmg",
"category": "public.app-category.entertainment"
},
"dmg": {
@ -38,24 +40,12 @@
}
],
"linux": {
"target": "deb",
"category": "Video",
"desktop": {
"MimeType": "x-scheme-handler/lbry",
"Exec": "/opt/LBRY/lbry %U"
}
},
"deb": {
"depends": [
"gconf2",
"gconf-service",
"libnotify4",
"libappindicator1",
"libxtst6",
"libnss3",
"libsecret-1-0"
]
},
"nsis": {
"perMachine": true
},

View file

@ -1,6 +1,6 @@
{
"name": "LBRY",
"version": "0.20.0",
"name": "lbry-app",
"version": "0.21.0",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"homepage": "https://lbry.io/",
"bugs": {