Uncomment publishing configuration

This commit is contained in:
Igor Gassmann 2018-02-26 14:46:24 -05:00
parent 47e0f7c992
commit fe76ca1bbd

View file

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