Merge pull request #160085 from Moulick/remove-mpv-os-check

This commit is contained in:
Justin Krehel
2023-11-14 09:04:04 -05:00
committed by GitHub
+1 -7
View File
@@ -24,13 +24,7 @@ cask "mpv" do
homepage "https://mpv.io/"
conflicts_with formula: "mpv"
depends_on macos: [
:mojave,
:catalina,
:big_sur,
:monterey,
:ventura,
]
depends_on macos: ">= :mojave"
app "mpv.app"
binary "#{appdir}/mpv.app/Contents/MacOS/mpv"