mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
file-juicer: add zap, update minimum OS requirement
This commit is contained in:
@@ -12,7 +12,13 @@ cask "file-juicer" do
|
||||
strategy :header_match
|
||||
end
|
||||
|
||||
depends_on macos: ">= :el_capitan"
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "File Juicer.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/HTTPStorages/com.echoone.FileJuicer",
|
||||
"~/Library/Preferences/com.echoone.FileJuicer.plist",
|
||||
"~/Library/Saved Application State/com.echoone.FileJuicer.savedState",
|
||||
]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user