mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
find-appcast: new electron rule
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user