Add zap stanza to BrightIntosh

This commit is contained in:
Niklas Rousset
2023-12-03 17:46:12 +01:00
parent 1edce62381
commit 00a5ba67f9
+11 -1
View File
@@ -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