find-appcast: new electron rule

This commit is contained in:
Vítor Galvão
2020-04-11 02:31:13 +01:00
parent 2c9a4dd05e
commit 2cc0f86473
+2 -1
View File
@@ -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)