-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathshowmeyourhotkeys.rb
More file actions
24 lines (19 loc) · 781 Bytes
/
showmeyourhotkeys.rb
File metadata and controls
24 lines (19 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
cask "showmeyourhotkeys" do
version "1.9,22"
sha256 "a046039265122a043938a90bfe26c46792f2db95bd3a2e53d9213d367fe5d7d9"
url "https://showmeyourhotkeys.moxadventu.com/update/ShowMeYourHotKeys-prod-stable-#{version.csv.first}-(#{version.csv.second}).zip"
name "ShowMeYourHotKeys"
desc "Show applications menu items hotkeys"
homepage "https://showmeyourhotkeys.moxadventu.com/"
livecheck do
url "https://showmeyourhotkeys.moxadventu.com/update/appcast.xml"
strategy :sparkle
end
depends_on macos: :big_sur
app "ShowMeYourHotKeys.app"
zap trash: [
"~/Library/Application Support/com.moxadventu.ShowMeYourHotKeys",
"~/Library/Caches/com.moxadventu.ShowMeYourHotKeys",
"~/Library/Preferences/com.moxadventu.ShowMeYourHotKeys.plist",
]
end