From 2cc0f864732590ceaeb2690126d4cf09f020f52a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Sat, 11 Apr 2020 02:31:13 +0100 Subject: [PATCH] find-appcast: new electron rule --- developer/bin/find-appcast | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/developer/bin/find-appcast b/developer/bin/find-appcast index 78239735c0..04f5527bdc 100755 --- a/developer/bin/find-appcast +++ b/developer/bin/find-appcast @@ -61,7 +61,8 @@ def find_electron_builder(app) "https://#{bucket}.s3.amazonaws.com/#{path}/latest-mac.yml", "https://s3-#{region}.amazonaws.com/#{bucket}/#{path}/latest-mac.yml", "https://s3.amazonaws.com/#{bucket}/#{path}/latest-mac.yml", - "https://#{name}.#{region}.digitaloceanspaces.com/latest-mac.yml" + "https://#{name}.#{region}.digitaloceanspaces.com/latest-mac.yml", + "https://#{name}.#{region}.digitaloceanspaces.com/#{path}/latest-mac.yml", ] unless verify_appcast('electron-builder', *possible_appcasts)