Merge pull request #10273 from reitermarkus/sparkle-macos
Only select Sparkle items for macOS.
This commit is contained in:
commit
e84939c94a
@ -68,6 +68,8 @@ module Homebrew
|
||||
|
||||
bundle_version = BundleVersion.new(short_version, version) if short_version || version
|
||||
|
||||
next if (os = enclosure&.attr("os")) && os != "osx"
|
||||
|
||||
data = {
|
||||
title: title,
|
||||
url: url,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user