We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8705763 + 03edc8a commit 17ad08cCopy full SHA for 17ad08c
Casks/m/moneymanager.rb
@@ -12,10 +12,18 @@
12
strategy :electron_builder
13
end
14
15
+ auto_updates true
16
+
17
app "MoneyManager.app"
18
19
zap trash: [
20
+ "~/Library/Application Support/Caches/moneymanager-updater",
21
+ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.realbyteapps.moneymanagerpc.sfl*",
22
"~/Library/Application Support/MoneyManager",
23
+ "~/Library/Caches/com.realbyteapps.moneymanagerpc*",
24
+ "~/Library/HTTPStorages/com.realbyteapps.moneymanagerpc",
25
+ "~/Library/Preferences/ByHost/com.realbyteapps.moneymanagerpc.*.plist",
26
"~/Library/Preferences/com.realbyteapps.moneymanagerpc.plist",
27
+ "~/Library/Saved Application State/com.realbyteapps.moneymanagerpc.savedState",
28
]
29
0 commit comments