From e242c23fadabc3f3da11d36d555781df530f7ca8 Mon Sep 17 00:00:00 2001 From: Miccal Matthews Date: Tue, 5 Dec 2023 20:47:50 +0800 Subject: [PATCH] Update sekey.rb --- Casks/s/sekey.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Casks/s/sekey.rb b/Casks/s/sekey.rb index 2563e52f44..ed13780c4f 100644 --- a/Casks/s/sekey.rb +++ b/Casks/s/sekey.rb @@ -4,10 +4,11 @@ cask "sekey" do url "https://github.com/sekey/sekey/releases/download/#{version}/SeKey-#{version}.pkg" name "SeKey" + desc "Use Touch ID or Secure Enclave for SSH authentication" homepage "https://github.com/sekey/sekey/" pkg "SeKey-#{version}.pkg" - binary "#{appdir}/SeKey.app/Contents/MacOS/sekey" + binary "/Applications/SeKey.app/Contents/MacOS/sekey" uninstall launchctl: "com.ntrippar.sekey", pkgutil: "com.ntrippar.sekey"