Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions Casks/m/macshot.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
cask "macshot" do
version "3.5.1"
sha256 "b5b07143d8daa861c229ce3c01b8f7bf3c759efbcf8ae54230b85015dc684072"

url "https://github.com/sw33tLie/macshot/releases/download/v#{version}/MacShot.dmg"
name "MacShot"
desc "Screenshot and screen recording tool"
homepage "https://github.com/sw33tLie/macshot"

depends_on macos: ">= :monterey"

app "macshot.app"

zap trash: [
"~/Library/Application Support/macshot",
"~/Library/Preferences/com.sw33tlie.macshot.macshot.plist",
]
Comment on lines +14 to +17
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR seems to be AI-generated, and these paths are often generated incorrectly.
Can you please confirm you have manually verified them?
zap stanza docs.

end
Loading