Fix zap stanza in dropshelf 1729

This commit is contained in:
Brett
2023-09-24 03:39:57 +01:00
committed by GitHub
parent 4907028482
commit df5a962610
+9
View File
@@ -13,4 +13,13 @@ cask "dropshelf" do
end
app "Dropshelf.app"
zap trash: [
"~/Library/Application Scripts/6W6K75YWQ9.com.pilotmoon.Dropshelf.group",
"~/Library/Application Scripts/com.pilotmoon.Dropshelf",
"~/Library/Application Scripts/com.pilotmoon.Dropshelf.launcher",
"~/Library/Containers/com.pilotmoon.Dropshelf",
"~/Library/Containers/com.pilotmoon.Dropshelf.launcher",
"~/Library/Group Containers/6W6K75YWQ9.com.pilotmoon.Dropshelf.group",
]
end