Add updater settings to package.json

This commit is contained in:
Alex Liebowitz 2017-12-03 18:49:26 -05:00
parent 43297ce414
commit dade117476

View file

@ -1,5 +1,10 @@
{
"appId": "io.lbry.LBRY",
"publish": {
"provider": "s3",
"bucket": "releases.lbry.io",
"path": "app/latest"
},
"mac": {
"category": "public.app-category.entertainment"
},