Skip to content

Commit

Permalink
qlmarkdown: add livecheck, update minimum macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
khipp committed Jan 1, 2025
1 parent 1dc141a commit 404bc30
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Casks/q/qlmarkdown.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
desc "Quick Look generator for Markdown files"
homepage "https://github.com/sbarex/QLMarkdown"

livecheck do
url "https://sbarex.github.io/QLMarkdown/appcast.xml"
strategy :sparkle, &:short_version
end

auto_updates true
depends_on macos: ">= :catalina"
depends_on macos: ">= :big_sur"

app "QLMarkdown.app"
binary "#{appdir}/QLMarkdown.app/Contents/Resources/qlmarkdown_cli"
Expand Down

0 comments on commit 404bc30

Please sign in to comment.