From 4e2143ca52d3bc369260cb9f25d2b14efe424afd Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Mon, 11 Dec 2023 11:06:21 +0800 Subject: [PATCH] Update red-canary-mac-monitor.rb --- Casks/r/red-canary-mac-monitor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/r/red-canary-mac-monitor.rb b/Casks/r/red-canary-mac-monitor.rb index 453b9c0b65..9bd832c465 100644 --- a/Casks/r/red-canary-mac-monitor.rb +++ b/Casks/r/red-canary-mac-monitor.rb @@ -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, }