Update red-canary-mac-monitor.rb

This commit is contained in:
Miccal Matthews
2023-12-11 11:06:21 +08:00
committed by GitHub
parent d570da10ae
commit 4e2143ca52
+1 -1
View File
@@ -16,7 +16,7 @@ cask "red-canary-mac-monitor" do
# extension. It is expected that the uninstall CI will time out and fail.
uninstall pkgutil: "com.redcanary.agent",
script: {
executable: "#{appdir}/Red Canary Mac Monitor.app/Contents/SharedSupport/uninstall.sh",
executable: "/Applications/Red Canary Mac Monitor.app/Contents/SharedSupport/uninstall.sh",
must_succeed: false,
sudo: true,
}