From d3c01183edb689685faf2639fcbe1ca0e6630d2a Mon Sep 17 00:00:00 2001 From: Razvan Azamfirei Date: Sun, 17 Sep 2023 15:35:09 -0400 Subject: [PATCH] cask updates --- Casks/a/airfoil.rb | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/Casks/a/airfoil.rb b/Casks/a/airfoil.rb index f7d6f07468..161ecfd0c1 100644 --- a/Casks/a/airfoil.rb +++ b/Casks/a/airfoil.rb @@ -24,15 +24,11 @@ cask "airfoil" do ] zap trash: [ - "~/Library/Application Support/Airfoil", - "~/Library/Application Support/Airfoil Satellite", - "~/Library/Caches/com.rogueamoeba.Airfoil", - "~/Library/Caches/com.rogueamoeba.AirfoilSpeakers", - "~/Library/HTTPStorages/com.rogueamoeba.Airfoil/", - "~/Library/HTTPStorages/com.rogueamoeba.AirfoilSpeakers/", - "~/Library/Preferences/com.rogueamoeba.Airfoil.plist", - "~/Library/Preferences/com.rogueamoeba.AirfoilSpeakers.plist", - "~/Library/WebKit/com.rogueamoeba.Airfoil/", - "~/Library/WebKit/com.rogueamoeba.AirfoilSpeakers/", + "~/Library/Application Support/Airfoil*", + "~/Library/Caches/com.rogueamoeba.Airfoil*", + "~/Library/HTTPStorages/com.rogueamoeba.Airfoil*", + "~/Library/Preferences/com.rogueamoeba.Airfoil*.plist", + "~/Library/Saved Application State/com.rogueamoeba.Airfoil*", + "~/Library/WebKit/com.rogueamoeba.Airfoil*", ] end