devpod: link cli tool and update zap stanza

This commit is contained in:
Aaron Rumpler
2023-09-15 20:43:53 +12:00
parent 9870fac98e
commit 3a7a089226
+10 -1
View File
@@ -15,6 +15,15 @@ cask "devpod" do
depends_on macos: ">= :high_sierra"
app "DevPod.app"
binary "#{appdir}/DevPod.app/Contents/MacOS/devpod-cli", target: "devpod"
zap trash: "~/.devpod"
zap trash: [
"~/.devpod",
"~/Library/Application Support/sh.loft.devpod",
"~/Library/Caches/sh.loft.devpod",
"~/Library/Logs/sh.loft.devpod",
"~/Library/Preferences/sh.loft.devpod.plist",
"~/Library/Saved Application State/sh.loft.devpod.savedState",
"~/Library/WebKit/sh.loft.devpod",
]
end