From f2ebf2bbf4e3ef95cf5f3c5091c0007a1506f514 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 14 Apr 2020 13:07:52 -0400 Subject: [PATCH] remove s3 from list of publishers to use github for release/autoupdate downloads --- electron-builder.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/electron-builder.json b/electron-builder.json index c18f6ea91..bd6760582 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -33,12 +33,8 @@ ], "publish": [ { - "provider": "s3", - "bucket": "build.lbry.io", - "path": "app/release", - "region": "us-east-1" - }, - "github" + "provider": "github" + } ], "mac": { "category": "public.app-category.entertainment"