mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
find-appcast: provide contents on not-parse electron-builder appcast
This commit is contained in:
@@ -65,8 +65,15 @@ def find_electron_builder(app)
|
||||
]
|
||||
|
||||
unless verify_appcast('electron-builder', *possible_appcasts)
|
||||
puts ' An "app-update.yml" file was found, but we could not parse it.'
|
||||
puts ' Please report this on https://github.com/Homebrew/homebrew-cask/'
|
||||
warn <<~MESSAGE
|
||||
|
||||
An "app-update.yml" file was found, but we could not parse it.
|
||||
Please report this on https://github.com/Homebrew/homebrew-cask/
|
||||
Provide this info:
|
||||
|
||||
MESSAGE
|
||||
|
||||
puts appcast_file.read
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user