-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
/
Copy pathmilanote.rb
30 lines (25 loc) · 992 Bytes
/
milanote.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
cask "milanote" do
version "3.4.111"
sha256 "66c8ae549eca11508224462f30465aec973883a71cfe4695044ee916772fa3a5"
url "https://milanote-app-releases.s3.amazonaws.com/Milanote-#{version}.dmg",
verified: "milanote-app-releases.s3.amazonaws.com/"
name "Milanote"
desc "Organise your ideas and projects into visual boards"
homepage "https://www.milanote.com/"
livecheck do
url "https://milanote-app-releases.s3.amazonaws.com/latest-mac.yml"
strategy :electron_builder
end
auto_updates true
depends_on macos: ">= :catalina"
app "Milanote.app"
zap trash: [
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.milanote.app.sfl*",
"~/Library/Application Support/Milanote",
"~/Library/Caches/com.milanote.app",
"~/Library/Caches/com.milanote.app.ShipIt",
"~/Library/Library/Logs/Milanote",
"~/Library/Logs/Milanote",
"~/Library/Preferences/com.milanote.*.plist",
]
end