From 1893c2a37a293acaf4e2d6d264caa3e9893a16a0 Mon Sep 17 00:00:00 2001 From: Bevan Kay Date: Sun, 4 Feb 2024 14:39:29 +0100 Subject: [PATCH] gargoyle: use `sfl*` in zap trash paths --- Casks/g/gargoyle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/g/gargoyle.rb b/Casks/g/gargoyle.rb index 680f87ffd1..cdd1bb5ea1 100644 --- a/Casks/g/gargoyle.rb +++ b/Casks/g/gargoyle.rb @@ -18,7 +18,7 @@ cask "gargoyle" do app "Gargoyle.app" zap trash: [ - "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.googlecode.garglk.launcher.sfl2", + "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.googlecode.garglk.launcher.sfl*", "~/Library/Preferences/com.googlecode.garglk.Launcher.plist", "~/Library/Saved Application State/com.googlecode.garglk.Launcher.savedState", ]