soundsource: add zap stanza (#93888)

This commit is contained in:
Diego
2020-11-30 16:15:09 +00:00
committed by GitHub
parent ad8a8522a9
commit 687c6c7728
+7
View File
@@ -12,4 +12,11 @@ cask "soundsource" do
depends_on macos: ">= :high_sierra"
app "SoundSource.app"
zap trash: [
"~/Library/Application Support/SoundSource",
"~/Library/Caches/com.rogueamoeba.soundsource",
"~/Library/Preferences/com.rogueamoeba.soundsource.plist",
"~/Library/WebKit/com.rogueamoeba.soundsource",
]
end