mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add zap stanza to BrightIntosh
This commit is contained in:
+11
-1
@@ -13,7 +13,17 @@ cask "brightintosh" do
|
||||
strategy :sparkle, &:short_version
|
||||
end
|
||||
|
||||
depends_on macos: "> :monterey"
|
||||
depends_on macos: ">= :ventura"
|
||||
depends_on arch: :arm64
|
||||
|
||||
app "BrightIntosh.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Scripts/de.brightintosh.app",
|
||||
"~/Library/Application Scripts/de.brightintosh.launcher",
|
||||
"~/Library/Caches/de.brightintosh.app",
|
||||
"~/Library/Containers/de.brightintosh.app",
|
||||
"~/Library/Containers/de.brightintosh.launcher",
|
||||
"~/Library/HTTPStorages/de.brightintosh.app",
|
||||
]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user