mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #155403 from Aaron-Rumpler/fission
fission: add auto_updates and uninstall stanza and update zap stanza
This commit is contained in:
@@ -12,12 +12,16 @@ cask "fission" do
|
||||
strategy :sparkle
|
||||
end
|
||||
|
||||
auto_updates true
|
||||
depends_on macos: ">= :big_sur"
|
||||
|
||||
app "Fission.app"
|
||||
|
||||
uninstall quit: "com.rogueamoeba.Fission"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.rogueamoeba.fission.sfl2",
|
||||
"~/Library/Application Support/Fission/",
|
||||
"~/Library/Caches/com.rogueamoeba.Fission",
|
||||
"~/Library/HTTPStorages/com.rogueamoeba.Fission",
|
||||
"~/Library/Preferences/com.rogueamoeba.Fission.plist",
|
||||
|
||||
Reference in New Issue
Block a user