machoview: use sfl* in zap trash paths

This commit is contained in:
Bevan Kay
2024-02-04 14:39:30 +01:00
parent 921a1c1f75
commit 3288635253
+1 -1
View File
@@ -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