Skip to content

Commit deccebb

Browse files
committed
stremioservice: adjust for Intel binary
Previous `stremioservice` app versions were ARM-only but the newest version is Intel-only, so this removes `depends_on arch: :arm64` and adds a Rosetta caveat.
1 parent f6a3e10 commit deccebb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Casks/s/stremioservice.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
end
1515

1616
depends_on macos: ">= :big_sur"
17-
depends_on arch: :arm64
1817

1918
app "StremioService.app"
2019

@@ -24,4 +23,8 @@
2423
"~/Library/Application Support/stremio-server",
2524
"~/Library/LaunchAgents/com.stremio.service.plist",
2625
]
26+
27+
caveats do
28+
requires_rosetta
29+
end
2730
end

0 commit comments

Comments
 (0)