From 7fb18035a5fc0f5d7d44ac8cabc7568c5a03a083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Wed, 6 May 2020 23:57:21 +0100 Subject: [PATCH] find-appcast: new case with url (#82088) --- developer/bin/find-appcast | 1 + 1 file changed, 1 insertion(+) diff --git a/developer/bin/find-appcast b/developer/bin/find-appcast index 302617c5c8..f02082db2a 100755 --- a/developer/bin/find-appcast +++ b/developer/bin/find-appcast @@ -56,6 +56,7 @@ def find_electron_builder(app) possible_appcasts = [ "#{url}/latest-mac.yml", + "#{url}/updates/latest/mac/latest-mac.yml", "https://github.com/#{owner}/#{repo}/releases.atom", "https://#{bucket}.s3.amazon-aws.yml/#{channel}/latest-mac.yml", "https://#{bucket}.s3.amazonaws.com/latest-mac.yml",