Only select Sparkle items for macOS.

This commit is contained in:
Markus Reiter 2021-01-09 04:46:22 +01:00
parent 8c4183abc8
commit 21e543d4e0

View File

@ -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,