From d3a54d17a3b98ec33beccccb25e1314810de110e Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:45:16 -0500 Subject: [PATCH] splashtop-business: add `uninstall` for launchctl item --- Casks/s/splashtop-business.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Casks/s/splashtop-business.rb b/Casks/s/splashtop-business.rb index e4d1bb8d06..c2b1320b69 100644 --- a/Casks/s/splashtop-business.rb +++ b/Casks/s/splashtop-business.rb @@ -15,8 +15,9 @@ cask "splashtop-business" do pkg "Splashtop Business.pkg" - uninstall quit: "com.splashtop.stb.macosx", - pkgutil: [ + uninstall launchctl: "com.splashtop.stb.macosx.helper.autoupdate", + quit: "com.splashtop.stb.macosx", + pkgutil: [ "com.splashtop.splashtopBusiness.*", "com.splashtop.stb.*", ]