From 3288635253df3283e0c6ad2a240c4800a61e76fc Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:30 +0100 Subject: [PATCH] machoview: use `sfl*` in zap trash paths --- Casks/m/machoview.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/m/machoview.rb b/Casks/m/machoview.rb index bb68c0fd45..409d3278c5 100644 --- a/Casks/m/machoview.rb +++ b/Casks/m/machoview.rb @@ -10,7 +10,7 @@ cask "machoview" do app "MachOView.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/machoview.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/machoview.sfl*", "~/Library/Preferences/MachOView.plist", ] end