Only select Sparkle items for macOS.
This commit is contained in:
parent
8c4183abc8
commit
21e543d4e0
@ -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