mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
513 B
Ruby
17 lines
513 B
Ruby
cask "diagnostics" do
|
|
version "1.4.1"
|
|
sha256 "dac94f1e6b32224648d8d4a902acfb50e4b75a0cf295b508589858594899ef8f"
|
|
|
|
url "https://github.com/macmade/Diagnostics/releases/download/#{version}/Diagnostics.app.zip"
|
|
name "Diagnostics"
|
|
desc "Diagnostic (crash) reports viewer"
|
|
homepage "https://github.com/macmade/Diagnostics"
|
|
|
|
app "Diagnostics.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Preferences/com.xs-labs.Diagnostics.plist",
|
|
"~/Library/Saved Application State/com.xs-labs.Diagnostics.savedState",
|
|
]
|
|
end
|