Skip to content

Commit 17ad08c

Browse files
Merge pull request #171388 from Homebrew/moneymanager-auto-updates
moneymanager: add `auto_updates true`, update `zap`
2 parents 8705763 + 03edc8a commit 17ad08c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Casks/m/moneymanager.rb

+8
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,18 @@
1212
strategy :electron_builder
1313
end
1414

15+
auto_updates true
16+
1517
app "MoneyManager.app"
1618

1719
zap trash: [
20+
"~/Library/Application Support/Caches/moneymanager-updater",
21+
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.realbyteapps.moneymanagerpc.sfl*",
1822
"~/Library/Application Support/MoneyManager",
23+
"~/Library/Caches/com.realbyteapps.moneymanagerpc*",
24+
"~/Library/HTTPStorages/com.realbyteapps.moneymanagerpc",
25+
"~/Library/Preferences/ByHost/com.realbyteapps.moneymanagerpc.*.plist",
1926
"~/Library/Preferences/com.realbyteapps.moneymanagerpc.plist",
27+
"~/Library/Saved Application State/com.realbyteapps.moneymanagerpc.savedState",
2028
]
2129
end

0 commit comments

Comments
 (0)