Skip to content

Commit

Permalink
Merge pull request #171388 from Homebrew/moneymanager-auto-updates
Browse files Browse the repository at this point in the history
moneymanager: add `auto_updates true`, update `zap`
  • Loading branch information
razvanazamfirei authored Apr 15, 2024
2 parents 8705763 + 03edc8a commit 17ad08c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Casks/m/moneymanager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@
strategy :electron_builder
end

auto_updates true

app "MoneyManager.app"

zap trash: [
"~/Library/Application Support/Caches/moneymanager-updater",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.realbyteapps.moneymanagerpc.sfl*",
"~/Library/Application Support/MoneyManager",
"~/Library/Caches/com.realbyteapps.moneymanagerpc*",
"~/Library/HTTPStorages/com.realbyteapps.moneymanagerpc",
"~/Library/Preferences/ByHost/com.realbyteapps.moneymanagerpc.*.plist",
"~/Library/Preferences/com.realbyteapps.moneymanagerpc.plist",
"~/Library/Saved Application State/com.realbyteapps.moneymanagerpc.savedState",
]
end

0 comments on commit 17ad08c

Please sign in to comment.