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)