Files
homebrew-cask/Casks/a/appdelete.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

26 lines
602 B
Ruby

cask "appdelete" do
version "4.3.3"
sha256 :no_check
url "http://www.reggieashworth.com/downloads/AppDelete.dmg"
name "AppDelete"
desc "App uninstaller"
homepage "http://www.reggieashworth.com/appdelete.html"
auto_updates true
app "AppDelete.app"
zap trash: [
"~/Library/Application Support/AppDelete",
"~/Library/Caches/com.apps4macs.AppDelete",
"~/Library/Preferences/com.apps4macs.AppDelete.plist",
"~/Library/Saved Application State/com.apps4macs.AppDelete.savedState",
"~/Library/Services/AppDelete.workflow",
]
caveats do
discontinued
end
end